Patriot Shopper

A free browser extension that shows verified American Made products on Amazon.

Cos'è Patriot Shopper?

Patriot Shopper è un'estensione di Chrome sviluppata da Patriot Shopper, e la sua funzione principale è "A free browser extension that shows verified American Made products on Amazon.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Patriot Shopper

Scarica i file di estensione Patriot Shopper 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

                        Shop like a Patriot.

How it Works:
- Download the browser extension.

- The software is activated when you go on Amazon.

- Verified American Made products are in the top row. Below that section, users have the option to block all 'Made in China' products on the page. 

**we do not collect ANY personal data**                    

Informazioni di Base sull'Estensione

Nome Patriot Shopper Patriot Shopper
ID fmjmmchacbcmcdodndonofleggjkambd
URL Ufficiale https://chromewebstore.google.com/detail/patriot-shopper/fmjmmchacbcmcdodndonofleggjkambd
Descrizione A free browser extension that shows verified American Made products on Amazon.
Dimensione del File 55.68 KB
Conteggio Installazioni 618
Versione Corrente 1.3.14
Ultimo Aggiornamento 2023-05-23
Data di Pubblicazione 2022-08-16
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore Patriot Shopper
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://patriotshopper.io
URL della Pagina di Aiuto https://patriotshopper.io/terms-of-service
URL della Pagina della Politica sulla Privacy https://patriotshopper.io/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Patriot Shopper",
    "version": "1.3.14",
    "manifest_version": 3,
    "description": "A free browser extension that shows verified American Made products on Amazon.",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.chinablocker.us\/",
        "*:\/\/*.amazon.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "blocker.js",
                "usa_bar.js",
                "utilities.js",
                "cb_api.js",
                "amazon.js",
                "lookahead.js",
                "blocking_content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Patriot Shopper",
        "default_icon": "ps_icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "ps_icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "left_arrow.png",
                "right_arrow.png",
                "contextfix.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}