Ethicly
Identify companies to boycott while you browse the internet.
Co to jest Ethicly?
Ethicly to rozszerzenie Chrome opracowane przez Ethicly, a jego główną funkcją jest „Identify companies to boycott while you browse the internet.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ethicly
Pobierz pliki rozszerzeń Ethicly w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Ethicly |
ID | ogkcaaedackbplbpmeempokiibfmekba |
Oficjalny URL | https://chromewebstore.google.com/detail/ethicly/ogkcaaedackbplbpmeempokiibfmekba |
Opis | Identify companies to boycott while you browse the internet. |
Rozmiar pliku | 19.52 KB |
Liczba instalacji | 478 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2023-11-15 |
Data Publikacji | 2023-11-06 |
Ocena | 4.43/5 Łącznie 7 Oceny |
Deweloper | Ethicly |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://ethicly.info/ |
Adres URL Strony Pomocy | https://twitter.com/EthiclyOfficial |
Adres URL Strony Polityki Prywatności | https://www.ethicly.info/privacy-policy |
Obsługiwane Języki | 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" } } |