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.
Hvad er Hillary Filter & Jeb Filter: All In 1?
Hillary Filter & Jeb Filter: All In 1 er en Chrome-udvidelse udviklet af NetLingo, og dens hovedfunktion er "A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube.".
Udvidelsesskærmbilleder
Download Hillary Filter & Jeb Filter: All In 1-udvidelses-CRX-fil
Download Hillary Filter & Jeb Filter: All In 1-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Hillary Filter & Jeb Filter: All In 1 |
ID | ganjpdgggbabchcbbchdedladlcnnkop |
Officiel URL | https://chromewebstore.google.com/detail/hillary-filter-jeb-filter/ganjpdgggbabchcbbchdedladlcnnkop |
Beskrivelse | A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube. |
Filstørrelse | 91.1 KB |
Antal Installationer | 11 |
Nuværende Version | 1.5 |
Senest Opdateret | 2016-01-16 |
Udgivelsesdato | 2016-01-15 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | NetLingo |
Betalingsmetode | free |
Udvidelseswebsted | http://bushclintonfilter.blogspot.com/ |
Understøttede Sprog | 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:\/\/*\/*" ] } ] } |