Hillary Blocker
A filter that removes Hillary Clinton from webpages and filters/removes Hillary Clinton from Facebook and Youtube.
Cos'è Hillary Blocker?
Hillary Blocker è un'estensione di Chrome sviluppata da NetLingo, e la sua funzione principale è "A filter that removes Hillary Clinton from webpages and filters/removes Hillary Clinton from Facebook and Youtube.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hillary Blocker
Scarica i file di estensione Hillary Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Gently filter and remove Hillary Clinton from webpages, Facebook, and Youtube. Come find me on Twitter: https://twitter.com/MikeeCarruth
Informazioni di Base sull'Estensione
Nome | Hillary Blocker |
ID | kiblhkcoiojbdhhnjaekompfecgelfja |
URL Ufficiale | https://chromewebstore.google.com/detail/hillary-blocker/kiblhkcoiojbdhhnjaekompfecgelfja |
Descrizione | A filter that removes Hillary Clinton from webpages and filters/removes Hillary Clinton from Facebook and Youtube. |
Dimensione del File | 93.88 KB |
Conteggio Installazioni | 236 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2016-09-06 |
Data di Pubblicazione | 2016-09-05 |
Valutazione | 4.33/5 Totale 15 Valutazioni |
Sviluppatore | NetLingo |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://hillaryfilter.com |
Lingue Supportate | 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:\/\/*\/*" ] } ] } |