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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |