Patriot Shopper

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

O que é Patriot Shopper?

Patriot Shopper é uma extensão do Chrome desenvolvida por Patriot Shopper, e sua principal característica é "A free browser extension that shows verified American Made products on Amazon.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Patriot Shopper

Baixe arquivos de extensão Patriot Shopper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Patriot Shopper Patriot Shopper
ID fmjmmchacbcmcdodndonofleggjkambd
URL Oficial https://chromewebstore.google.com/detail/patriot-shopper/fmjmmchacbcmcdodndonofleggjkambd
Descrição A free browser extension that shows verified American Made products on Amazon.
Tamanho do Arquivo 55.68 KB
Contagem de Instalações 618
Versão Atual 1.3.14
Última Atualização 2023-05-23
Data de Publicação 2022-08-16
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor Patriot Shopper
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://patriotshopper.io
URL da Página de Ajuda https://patriotshopper.io/terms-of-service
URL da Página de Política de Privacidade https://patriotshopper.io/privacy-policy
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}