Don't Pay Trump
The simple Trump boycott extension that makes it easy to be a conscious consumer and keep your money out of Trump’s tiny hands.
Don't Pay Trump란 무엇입니까?
Don't Pay Trump은(는) http://dontpaytrump.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The simple Trump boycott extension that makes it easy to be a conscious consumer and keep your money out of Trump’s tiny hands."입니다.
확장 프로그램 스크린샷
Don't Pay Trump 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Resist Trump by refusing to give him and his family your money. You can force businesses to put pressure on his administration by affecting their bottom line. The Don't Pay Trump extension helps you avoid Trump-related businesses by alerting you when you land on a website that supports Trump. It also gives you the option to jump to an alternative site that is not affiliated with Trump, and/or tweet a complaint directly to the company that supports Trump. Hit Trump where it hurts most – his wallet. Disclaimer: Don't Pay Trump does not track your browser activity or store any private information about you. We do use Google Analytics to collect anonymous usage statistics to help improve user experience, but you can opt out at http://tools.google.com/dlpage/gaoptout
확장 프로그램 기본 정보
이름 | |
ID | hnabeofjicpfonofmomeehhaecnfnnhg |
공식 URL | https://chrome.google.com/webstore/detail/dont-pay-trump/hnabeofjicpfonofmomeehhaecnfnnhg |
설명 | The simple Trump boycott extension that makes it easy to be a conscious consumer and keep your money out of Trump’s tiny hands. |
파일 크기 | 3.65 MB |
설치 횟수 | 1,000 |
현재 버전 | 1.9.2 |
최근 업데이트 | 2017-02-11 |
출시 날짜 | 2017-02-11 |
평점 | 4.73/5 총 89 개의 평점 |
개발자 | http://dontpaytrump.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.dontpaytrump.com/ |
도움말 페이지 URL | http://www.dontpaytrump.com/ |
개인정보 보호 정책 페이지 URL | http://dontpaytrump.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Don't Pay Trump", "description": "The simple Trump boycott extension that makes it easy to be a conscious consumer and keep your money out of Trump\u2019s tiny hands.", "version": "1.9.2", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ ".\/lib\/event.js" ], "persistent": false }, "icons": { "24": ".\/assets\/red-24.png", "48": ".\/assets\/red-48.png", "128": ".\/assets\/red-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "lib\/main.js" ], "css": [ "lib\/main.css", "lib\/popup.css", "fonts.css" ], "run_at": "document_start" } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "webNavigation" ], "page_action": { "default_popup": ".\/index.popup.html", "default_title": "Don't Pay Trump", "default_icon": { "24": ".\/assets\/red-24.png", "48": ".\/assets\/red-48.png", "128": ".\/assets\/red-128.png" } }, "web_accessible_resources": [ "lib\/main.css", "lib\/popup.css", "options.html" ], "options_page": "options.html" } |