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ファイルをダウンロード
Dont Support Trump Supporters拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" } } |