Bernie Blocker
Removes Bernie Sanders from webpages and filters/removes Bernie Sanders from Facebook and Youtube.
Bernie Blockerとは何ですか?
Bernie BlockerはNetLingoによって開発されたChromeの拡張機能で、その主な機能は「Removes Bernie Sanders from webpages and filters/removes Bernie Sanders from Facebook and Youtube.」です。
拡張機能のスクリーンショット
Bernie Blocker拡張機能のCRXファイルをダウンロード
Bernie Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Gently filter and remove Bernie Sanders from webpages and from facebook posts.
拡張機能の基本情報
名前 | Bernie Blocker |
ID | mcocieadfficfjkppfkeebbelbhalekf |
公式URL | https://chromewebstore.google.com/detail/bernie-blocker/mcocieadfficfjkppfkeebbelbhalekf |
説明 | Removes Bernie Sanders from webpages and filters/removes Bernie Sanders from Facebook and Youtube. |
ファイルサイズ | 78.4 KB |
インストール数 | 41 |
現在のバージョン | 1.5 |
最終更新日 | 2016-06-11 |
公開日 | 2016-06-10 |
評価 | 4.14/5 合計 14 レビュー |
開発者 | NetLingo |
支払い方法 | free |
拡張機能のウェブサイト | http://netlingo.netai.net/#BernieBlocker |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bernie Blocker", "description": "Removes Bernie Sanders from webpages and filters\/removes Bernie Sanders from Facebook and Youtube.", "version": "1.5", "permissions": [ "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:\/\/*\/*" ] } ] } |