Patriot Shopper
A free browser extension that shows verified American Made products on Amazon.
Co to jest Patriot Shopper?
Patriot Shopper to rozszerzenie Chrome opracowane przez Patriot Shopper, a jego główną funkcją jest „A free browser extension that shows verified American Made products on Amazon.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Patriot Shopper
Pobierz pliki rozszerzeń Patriot Shopper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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**
Podstawowe informacje o rozszerzeniu
Nazwa | Patriot Shopper |
ID | fmjmmchacbcmcdodndonofleggjkambd |
Oficjalny URL | https://chromewebstore.google.com/detail/patriot-shopper/fmjmmchacbcmcdodndonofleggjkambd |
Opis | A free browser extension that shows verified American Made products on Amazon. |
Rozmiar pliku | 55.68 KB |
Liczba instalacji | 618 |
Aktualna Wersja | 1.3.14 |
Ostatnia Aktualizacja | 2023-05-23 |
Data Publikacji | 2022-08-16 |
Ocena | 4.00/5 Łącznie 4 Oceny |
Deweloper | Patriot Shopper |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://patriotshopper.io |
Adres URL Strony Pomocy | https://patriotshopper.io/terms-of-service |
Adres URL Strony Polityki Prywatności | https://patriotshopper.io/privacy-policy |
Obsługiwane Języki | 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": [ " |