Donald Trump Filter
Block the Donald Trump and his stupidity
Donald Trump Filterとは何ですか?
Donald Trump Filterはajones061392によって開発されたChromeの拡張機能で、その主な機能は「Block the Donald Trump and his stupidity」です。
拡張機能のスクリーンショット
Donald Trump Filter拡張機能のCRXファイルをダウンロード
Donald Trump Filter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Similar to the Kardashian Filter, this Filter will block the lovely racist Donald Trump from you web browsing. Give me some feedback and help me make this extension even better! Aaron Jones
拡張機能の基本情報
名前 | |
ID | efjoldeklealkgmfnellniibecdmikio |
公式URL | https://chrome.google.com/webstore/detail/donald-trump-filter/efjoldeklealkgmfnellniibecdmikio |
説明 | Block the Donald Trump and his stupidity |
ファイルサイズ | 63.75 KB |
インストール数 | 110 |
現在のバージョン | 1.1 |
最終更新日 | 2015-12-01 |
公開日 | 2015-12-01 |
評価 | 2.89/5 合計 9 レビュー |
開発者 | ajones061392 |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Donald Trump Filter", "description": "Block the Donald Trump and his stupidity", "version": "1.1", "permissions": [ "https:\/\/secure.flickr.com\/", "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "120": "icon120.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |