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.
Qu'est-ce que Hillary Filter & Jeb Filter: All In 1 ?
Hillary Filter & Jeb Filter: All In 1 est une extension Chrome développée par NetLingo, et sa fonction principale est "A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hillary Filter & Jeb Filter: All In 1
Téléchargez les fichiers d'extension Hillary Filter & Jeb Filter: All In 1 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Hillary Filter & Jeb Filter: All In 1 |
ID | ganjpdgggbabchcbbchdedladlcnnkop |
URL Officiel | 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. |
Taille du Fichier | 91.1 KB |
Nombre d'Installations | 11 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2016-01-16 |
Date de Publication | 2016-01-15 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | NetLingo |
Type de Paiement | free |
Site Web de l'Extension | http://bushclintonfilter.blogspot.com/ |
Langues Prises en Charge | 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:\/\/*\/*" ] } ] } |