Ethicly
Identify companies to boycott while you browse the internet.
Ethicly क्या है?
Ethicly Ethicly द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Identify companies to boycott while you browse the internet."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ethicly एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |