Dont Support Trump Supporters
Doesn’t allow you to view any Trump property websites, Trump supporter websites or websites that sell Trump family products.
Dont Support Trump Supporters란 무엇입니까?
Dont Support Trump Supporters은(는) Danne Woo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Doesn’t allow you to view any Trump property websites, Trump supporter websites or websites that sell Trump family products."입니다.
확장 프로그램 스크린샷
Dont Support Trump Supporters 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Doesn’t allow you to view any Trump property websites, Trump supporter websites or websites that sell Trump family products by displaying a warning message. It also reminds you to donate to important non-profits including the ACLU, Planned Parenthood, etc. Data updated: Jan 14, 2017.
확장 프로그램 기본 정보
이름 | |
ID | fhkcohkhhfhemkdmmnkbbcpjdgcjloae |
공식 URL | https://chromewebstore.google.com/detail/dont-support-trump-suppor/fhkcohkhhfhemkdmmnkbbcpjdgcjloae |
설명 | Doesn’t allow you to view any Trump property websites, Trump supporter websites or websites that sell Trump family products. |
파일 크기 | 81.08 KB |
설치 횟수 | 17 |
현재 버전 | 1.0.7 |
최근 업데이트 | 2017-01-14 |
출시 날짜 | 2017-01-14 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Danne Woo |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dont Support Trump Supporters", "description": "Doesn\u2019t allow you to view any Trump property websites, Trump supporter websites or websites that sell Trump family products.", "version": "1.0.7", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.1.1.min.js", "background.js" ], "css": [ "style.css" ] } ], "web_accessible_resources": [ "imgs\/trump.jpg", "trump-data.json" ], "browser_action": { "default_icon": { "16": "imgs\/icon16.png", "24": "imgs\/icon24.png", "32": "imgs\/icon32.png" } }, "icons": { "16": "imgs\/icon16.png", "48": "imgs\/icon48.png", "128": "imgs\/icon128.png" } } |