Hillary Blocker
A filter that removes Hillary Clinton from webpages and filters/removes Hillary Clinton from Facebook and Youtube.
What is Hillary Blocker?
Hillary Blocker is a Chrome extension developed by NetLingo, and its main feature is "A filter that removes Hillary Clinton from webpages and filters/removes Hillary Clinton from Facebook and Youtube.".
Extension Screenshots
Download Hillary Blocker Extension CRX File
Download Hillary 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 Hillary Clinton from webpages, Facebook, and Youtube. Come find me on Twitter: https://twitter.com/MikeeCarruth
Extension Basic Information
Name | Hillary Blocker |
ID | kiblhkcoiojbdhhnjaekompfecgelfja |
Official URL | https://chromewebstore.google.com/detail/hillary-blocker/kiblhkcoiojbdhhnjaekompfecgelfja |
Description | A filter that removes Hillary Clinton from webpages and filters/removes Hillary Clinton from Facebook and Youtube. |
File Size | 93.88 KB |
Installation Count | 236 |
Current Version | 1.5 |
Last Updated | 2016-09-06 |
Publish Date | 2016-09-05 |
Rating | 4.33/5 Total 15 Ratings |
Developer | NetLingo |
Payment Type | free |
Extension Website | http://hillaryfilter.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hillary Blocker", "description": "A filter that removes Hillary Clinton from webpages and filters\/removes Hillary 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:\/\/*\/*" ] } ] } |