Patriot Shopper

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

Patriot Shopperとは何ですか?

Patriot ShopperはPatriot Shopperによって開発されたChromeの拡張機能で、その主な機能は「A free browser extension that shows verified American Made products on Amazon.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Patriot Shopper拡張機能のCRXファイルをダウンロード

Patriot Shopper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Patriot Shopper Patriot Shopper
ID fmjmmchacbcmcdodndonofleggjkambd
公式URL https://chromewebstore.google.com/detail/patriot-shopper/fmjmmchacbcmcdodndonofleggjkambd
説明 A free browser extension that shows verified American Made products on Amazon.
ファイルサイズ 55.68 KB
インストール数 618
現在のバージョン 1.3.14
最終更新日 2023-05-23
公開日 2022-08-16
評価 4.00/5 合計 4 レビュー
開発者 Patriot Shopper
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://patriotshopper.io
ヘルプページのURL https://patriotshopper.io/terms-of-service
プライバシーポリシーページのURL https://patriotshopper.io/privacy-policy
対応言語 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": [
                ""
            ]
        }
    ]
}