Amazon 3rd party seller filter

Filter out products sold by third-party sellers from Amazon search results.

Cos'è Amazon 3rd party seller filter?

Amazon 3rd party seller filter è un'estensione di Chrome sviluppata da https://shufo.dev, e la sua funzione principale è "Filter out products sold by third-party sellers from Amazon search results.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Amazon 3rd party seller filter

Scarica i file di estensione Amazon 3rd party seller filter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Currently supported amazon regions: 
- US, JP, UK, DE, FR, CA, SE, IT, BE, NL, PL, ES, MX, BR, TR, AU, AE

## Usage

1. Navigate to one of the supported Amazon sites.
2. The extension is active by default - start searching!.
   1. Click the extension icon to disable it - the icon will then be greyed out.                    

Informazioni di Base sull'Estensione

Nome Amazon 3rd party seller filter Amazon 3rd party seller filter
ID gmfbegokkdolaokghlfnohddllgbbohd
URL Ufficiale https://chromewebstore.google.com/detail/amazon-3rd-party-seller-f/gmfbegokkdolaokghlfnohddllgbbohd
Descrizione Filter out products sold by third-party sellers from Amazon search results.
Dimensione del File 28.83 KB
Conteggio Installazioni 4,274
Versione Corrente 1.4.1
Ultimo Aggiornamento 2024-01-23
Data di Pubblicazione 2021-01-23
Valutazione 4.70/5 Totale 10 Valutazioni
Sviluppatore https://shufo.dev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/shufo/amazon-3rd-party-seller-filter
URL della Pagina di Aiuto https://github.com/shufo/amazon-3rd-party-seller-filter
Lingue Supportate de,en,fr,nl,tr,es,it,pl,pt-BR,sv,ru,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.4.1",
    "description": "__MSG_appDesc__",
    "manifest_version": 3,
    "minimum_chrome_version": "92",
    "default_locale": "en",
    "background": {
        "service_worker": ".\/src\/js\/background.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.com.be\/*",
        "*:\/\/*.amazon.nl\/*",
        "*:\/\/*.amazon.pl\/*",
        "*:\/\/*.amazon.se\/*",
        "*:\/\/*.amazon.com.mx\/*",
        "*:\/\/*.amazon.com.br\/*",
        "*:\/\/*.amazon.com.tr\/*",
        "*:\/\/*.amazon.com.au\/*",
        "*:\/\/*.amazon.ae\/*"
    ],
    "action": {
        "default_icon": "icon\/favicon-32x32_off.png",
        "default_title": "__MSG_appTitle__"
    },
    "icons": {
        "16": "icon\/favicon-16x16.png",
        "32": "icon\/favicon-32x32.png",
        "96": "icon\/favicon-96x96.png"
    }
}