Bernie Blocker
Removes Bernie Sanders from webpages and filters/removes Bernie Sanders from Facebook and Youtube.
What is Bernie Blocker?
Bernie Blocker is a Chrome extension developed by NetLingo, and its main feature is "Removes Bernie Sanders from webpages and filters/removes Bernie Sanders from Facebook and Youtube.".
Extension Screenshots
Download Bernie Blocker Extension CRX File
Download Bernie Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Gently filter and remove Bernie Sanders from webpages and from facebook posts.
Extension Basic Information
Name | Bernie Blocker |
ID | mcocieadfficfjkppfkeebbelbhalekf |
Official URL | https://chromewebstore.google.com/detail/bernie-blocker/mcocieadfficfjkppfkeebbelbhalekf |
Description | Removes Bernie Sanders from webpages and filters/removes Bernie Sanders from Facebook and Youtube. |
File Size | 78.4 KB |
Installation Count | 41 |
Current Version | 1.5 |
Last Updated | 2016-06-11 |
Publish Date | 2016-06-10 |
Rating | 4.14/5 Total 14 Ratings |
Developer | NetLingo |
Payment Type | free |
Extension Website | http://netlingo.netai.net/#BernieBlocker |
Supported Languages | 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:\/\/*\/*" ] } ] } |