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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Patriot Shopper
قم بتنزيل ملفات الامتداد Patriot Shopper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
عنوان صفحة المساعدة | https://patriotshopper.io/terms-of-service |
عنوان صفحة سياسة الخصوصية | 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": [ " |