Ethicly
Identify companies to boycott while you browse the internet.
Ethiclyとは何ですか?
EthiclyはEthiclyによって開発されたChromeの拡張機能で、その主な機能は「Identify companies to boycott while you browse the internet.」です。
拡張機能のスクリーンショット
Ethicly拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } } |