Hillary Blocker
A filter that removes Hillary Clinton from webpages and filters/removes Hillary Clinton from Facebook and Youtube.
Vad är Hillary Blocker?
Hillary Blocker är en Chrome-tillägg utvecklad av NetLingo, och dess huvudfunktion är "A filter that removes Hillary Clinton from webpages and filters/removes Hillary Clinton from Facebook and Youtube.".
Tilläggsskärmbilder
Ladda ner Hillary Blocker-förlängningens CRX-fil
Ladda ner Hillary Blocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Gently filter and remove Hillary Clinton from webpages, Facebook, and Youtube. Come find me on Twitter: https://twitter.com/MikeeCarruth
Grundläggande Information om Tillägg
Namn | Hillary Blocker |
ID | kiblhkcoiojbdhhnjaekompfecgelfja |
Officiell webbadress | https://chromewebstore.google.com/detail/hillary-blocker/kiblhkcoiojbdhhnjaekompfecgelfja |
Beskrivning | A filter that removes Hillary Clinton from webpages and filters/removes Hillary Clinton from Facebook and Youtube. |
Filstorlek | 93.88 KB |
Antal Installationer | 236 |
Aktuell Version | 1.5 |
Senast Uppdaterad | 2016-09-06 |
Publiceringsdatum | 2016-09-05 |
Betyg | 4.33/5 Totalt 15 Betyg |
Utvecklare | NetLingo |
Betalningssätt | free |
Tilläggswebbplats | http://hillaryfilter.com |
Stödda Språk | 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:\/\/*\/*" ] } ] } |