Ethicly
Identify companies to boycott while you browse the internet.
Ethiclyคืออะไร?
Ethicly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ethicly และคุณลักษณะหลักของมันคือ "Identify companies to boycott while you browse the internet."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ethicly
ดาวน์โหลดไฟล์ส่วนขยาย Ethicly ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Collective economic pressure = Real change | A chrome extension that lets you know what companies to boycott and why We use verified data from credible sources to determine which companies need to be boycotted. When you visit the website of a company that needs to be boycotted, our extension shows you a popup that this company needs to be boycotted
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ethicly |
ID | ogkcaaedackbplbpmeempokiibfmekba |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ethicly/ogkcaaedackbplbpmeempokiibfmekba |
คำอธิบาย | Identify companies to boycott while you browse the internet. |
ขนาดไฟล์ | 19.52 KB |
จำนวนการติดตั้ง | 478 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2023-11-15 |
วันที่เผยแพร่ | 2023-11-06 |
คะแนน | 4.43/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Ethicly |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://ethicly.info/ |
URL หน้าช่วยเหลือ | https://twitter.com/EthiclyOfficial |
URL หน้านโยบายความเป็นส่วนตัว | https://www.ethicly.info/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ethicly", "description": "Identify companies to boycott while you browse the internet.", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "scripting", "webNavigation", "storage", "alarms" ], "web_accessible_resources": [ { "resources": [ "style.css" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } } |