Knockoff browser extension filters pseudo-brands on Amazon

Gandalf_The_Grey

Level 85
Thread author
Verified
Honorary Member
Top Poster
Content Creator
Well-known
Forum Veteran
Apr 24, 2016
7,850
6
83,334
8,389
55
The Netherlands
If you shop at Amazon, you may have noticed a rising number of sellers that sound like a very bad draw at Scrabble. Try searching for common items such as powerbanks, USB cables, or dog beds.

You find the usual assortment of known brands and also plenty of offers from sellers that you may have a hard time pronouncing.

Enter the Knockoff extension: it is designed to filter these sellers on Amazon. The developer of the open source extension explains its purpose in the following way:

Amazon is flooded with trademark-squat “brands” (SZHLUX, HORUSDY, LATTOOK, DOZAWA…): random strings registered at the USPTO purely to unlock Amazon Brand Registry, selling commodity goods with no company, no warranty, and no reputation behind them. Knockoff detects those listings and hides, dims, or labels them, right in the search results.

The extension runs locally in the browser. It comes with a seed list of “notorious pseudo-brands” and two other lists — “established Chinese-owned brands” and “established brands”, that you can enable or disable based on your preferences. It uses name heuristics on top of that and can also identify brand-less offers. You may also add companies to your own allowlist or blocklist.

The extension goes through all lists, starting with the allowlist and blocklist, to resolve each product listing on Amazon. Furthermore, you can set filter levels from relaxed to strict, which determine what is getting filtered:
RelaxedKnown pseudo-brands + your blocklist
Standard (default)+ suspect-looking names + unbranded listings
Strict+ anything not on a known-brands list (allowlist-only)
 
A useful concept, with some usual extension caveats

The idea behind Knockoff is reasonable: many "pseudo-brand" names on Amazon are indeed just USPTO trademark registrations used solely to unlock Amazon's Brand Registry program, with no real company or support behind them. Filtering based on known patterns and lists is a sensible approach to that specific problem.

What is verifiable

Since this is described as open source, anyone can review the code directly rather than relying on the developer's description alone:
Checking the source is worthwhile to confirm it processes everything locally as claimed, and does not send your browsing or search activity to an external server.

Heuristic limitations to keep in mind

Any brand-detection heuristic will have edge cases:
  • Legitimate smaller or newer brands that have not built recognition yet may get dimmed or hidden, particularly in Strict mode, where only allowlisted brands remain visible.
  • Some genuine pseudo-brand sellers may still slip through if their naming does not match known patterns or has not yet been added to the seed list.

General extension safety practices

For any third-party extension that reads and modifies e-commerce pages, it is worth applying the same baseline checks regardless of the specific tool:
  • Install from the official Chrome, Firefox, or Edge store listing rather than a manually downloaded package when possible.
  • Review the requested permissions before installing, and be cautious if it asks for more than access to Amazon domains.
  • Check periodically for updates, since keeping a pseudo-brand list accurate requires ongoing maintenance by the developer.

Starting with the Standard filter level is a reasonable default for most users, since Strict mode risks hiding legitimate but less established brands along with the intended pseudo-brand listings.
 
Great extension, but URL Icon for Amazon.com.be missing :)

↓ Knockoff extension disabled ↓
amazon_01.jpg


↓ Knockoff extension enabled ↓
amazon_02.jpg