Patriot Shopper

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

Что такое Patriot Shopper?

Patriot Shopper - это расширение Chrome, разработанное Patriot Shopper, и его основная функция - "A free browser extension that shows verified American Made products on Amazon.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Patriot Shopper

Скачайте файлы расширений 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
Электронная почта [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": [
                ""
            ]
        }
    ]
}