Platar
Investigative Consumerism: Vote with your wallet. Buy ethically. Influence companies to make positive changes.
Platarคืออะไร?
Platar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Platar และคุณลักษณะหลักของมันคือ "Investigative Consumerism: Vote with your wallet. Buy ethically. Influence companies to make positive changes."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Platar
ดาวน์โหลดไฟล์ส่วนขยาย Platar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Users, shop according to YOUR ethics. Platar's browser extension alerts you when you are viewing unethical products, per the campaigns you follow. It recommends ethical alternatives and provides further opportunities to petition companies to change—if you want to take that extra step. Advocacy groups, keep subscribers up to date with companies you boycott and other news, and reach new supporters. Gauge effectiveness of your campaigns through analytics. Learn more at getplatar.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Platar |
ID | bajjchkpcbnbkohnbpibbjpknhmgkaea |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/platar/bajjchkpcbnbkohnbpibbjpknhmgkaea |
คำอธิบาย | Investigative Consumerism: Vote with your wallet. Buy ethically. Influence companies to make positive changes. |
ขนาดไฟล์ | 11.88 MB |
จำนวนการติดตั้ง | 40 |
เวอร์ชันปัจจุบัน | 0.21 |
อัปเดตครั้งล่าสุด | 2019-04-17 |
วันที่เผยแพร่ | 2019-04-16 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Platar |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://getplatar.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://getplatar.github.io/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Platar", "version": "0.21", "description": "Investigative Consumerism: Vote with your wallet. Buy ethically. Influence companies to make positive changes.", "icons": { "16": "images\/icon\/platar16.png", "32": "images\/icon\/platar32.png", "48": "images\/icon\/platar48.png", "128": "images\/icon\/platar128.png" }, "options_ui": { "page": "index.html", "open_in_tab": true }, "browser_action": { "default_icon": { "16": "images\/icon\/platar16.png", "32": "images\/icon\/platar32.png", "48": "images\/icon\/platar48.png", "128": "images\/icon\/platar128.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "css": [ "baloo.css" ], "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.com.br\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.bestbuy.com\/site\/*", "*:\/\/*.bestbuy.ca\/*", "*:\/\/*.bestbuy.com.mx\/*", "*:\/\/*.ebay.com\/*", "*:\/\/*.ebay.com.au\/*", "*:\/\/*.ebay.at\/*", "*:\/\/*.ebay.be\/*", "*:\/\/*.ebay.ca\/*", "*:\/\/*.ebay.cn\/*", "*:\/\/*.ebay.fr\/*", "*:\/\/*.ebay.de\/*", "*:\/\/*.ebay.ie\/*", "*:\/\/*.ebay.it\/*", "*:\/\/*.ebay.com.hk\/*", "*:\/\/*.ebay.com.my\/*", "*:\/\/*.ebay.nl\/*", "*:\/\/*.ebay.ph\/*", "*:\/\/*.ebay.pl\/*", "*:\/\/*.ebay.com.sg\/*", "*:\/\/*.ebay.es\/*", "*:\/\/*.ebay.ch\/*", "*:\/\/*.ebay.tw\/*", "*:\/\/*.ebay.co.th\/*", "*:\/\/*.ebay.co.uk\/*", "*:\/\/*.ebay.vn\/*", "https:\/\/*.walmart.com\/*" ], "exclude_matches": [ "*:\/\/*.bestbuy.com\/site\/searchpage.jsp*" ], "js": [ "font-awesome.min.js", "util.js", "sign-up.js", "content.js", "popper.min.js", "tippy.min.js" ] } ], "web_accessible_resources": [ "popup.html", "signup.html", "activate.html" ], "permissions": [ "storage", "http:\/\/127.0.0.1:8000\/", "https:\/\/platar.herokuapp.com\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |