Patriot Shopper

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

Was ist Patriot Shopper?

Patriot Shopper ist eine Chrome-Erweiterung, die von Patriot Shopper entwickelt wurde, und ihr Hauptmerkmal ist "A free browser extension that shows verified American Made products on Amazon.".

Erweiterungsscreenshots

screenshot
screenshot

Patriot Shopper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Patriot Shopper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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**                    

Grundlegende Informationen zur Erweiterung

Name Patriot Shopper Patriot Shopper
ID fmjmmchacbcmcdodndonofleggjkambd
Offizielle URL https://chromewebstore.google.com/detail/patriot-shopper/fmjmmchacbcmcdodndonofleggjkambd
Beschreibung A free browser extension that shows verified American Made products on Amazon.
Dateigröße 55.68 KB
Installationsanzahl 618
Aktuelle Version 1.3.14
Letztes Update 2023-05-23
Veröffentlichungsdatum 2022-08-16
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler Patriot Shopper
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://patriotshopper.io
Hilfeseite URL https://patriotshopper.io/terms-of-service
URL der Datenschutzrichtlinien-Seite https://patriotshopper.io/privacy-policy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}