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": [
                ""
            ]
        }
    ]
}