Hillary Filter & Jeb Filter: All In 1
A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube.
Hillary Filter & Jeb Filter: All In 1とは何ですか?
Hillary Filter & Jeb Filter: All In 1はNetLingoによって開発されたChromeの拡張機能で、その主な機能は「A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube.」です。
拡張機能のスクリーンショット
Hillary Filter & Jeb Filter: All In 1拡張機能のCRXファイルをダウンロード
Hillary Filter & Jeb Filter: All In 1拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Gently filter and remove Hillary Clinton, Bill Clinton, Chelsea Clinton, Jeb Bush, George W Bush, and George HW Bush from all webpages and facebook posts. Also see our standalone Hillary Blocker by going to the "Related" tab.
拡張機能の基本情報
名前 | Hillary Filter & Jeb Filter: All In 1 |
ID | ganjpdgggbabchcbbchdedladlcnnkop |
公式URL | https://chromewebstore.google.com/detail/hillary-filter-jeb-filter/ganjpdgggbabchcbbchdedladlcnnkop |
説明 | A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube. |
ファイルサイズ | 91.1 KB |
インストール数 | 11 |
現在のバージョン | 1.5 |
最終更新日 | 2016-01-16 |
公開日 | 2016-01-15 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | NetLingo |
支払い方法 | free |
拡張機能のウェブサイト | http://bushclintonfilter.blogspot.com/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hillary Filter & Jeb Filter: All In 1", "description": "A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube.", "version": "1.5", "permissions": [ "https:\/\/secure.flickr.com\/", "storage", "management" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "ui.html" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "css": [ "source\/ytfilter.css" ], "js": [ "source\/jquery-2.1.3.min.js", "source\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |