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.
What is Hillary Filter & Jeb Filter: All In 1?
Hillary Filter & Jeb Filter: All In 1 is a Chrome extension developed by NetLingo, and its main feature is "A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube.".
Extension Screenshots
Download Hillary Filter & Jeb Filter: All In 1 Extension CRX File
Download Hillary Filter & Jeb Filter: All In 1 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, 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.
Extension Basic Information
Name | Hillary Filter & Jeb Filter: All In 1 |
ID | ganjpdgggbabchcbbchdedladlcnnkop |
Official URL | https://chromewebstore.google.com/detail/hillary-filter-jeb-filter/ganjpdgggbabchcbbchdedladlcnnkop |
Description | A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube. |
File Size | 91.1 KB |
Installation Count | 11 |
Current Version | 1.5 |
Last Updated | 2016-01-16 |
Publish Date | 2016-01-15 |
Rating | 5.00/5 Total 2 Ratings |
Developer | NetLingo |
Payment Type | free |
Extension Website | http://bushclintonfilter.blogspot.com/ |
Supported Languages | 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:\/\/*\/*" ] } ] } |