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.
Was ist Hillary Filter & Jeb Filter: All In 1?
Hillary Filter & Jeb Filter: All In 1 ist eine Chrome-Erweiterung, die von NetLingo entwickelt wurde, und ihr Hauptmerkmal ist "A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube.".
Erweiterungsscreenshots
Hillary Filter & Jeb Filter: All In 1-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hillary Filter & Jeb Filter: All In 1-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ganjpdgggbabchcbbchdedladlcnnkop |
| Offizielle URL | https://chromewebstore.google.com/detail/hillary-filter-jeb-filter/ganjpdgggbabchcbbchdedladlcnnkop |
| Beschreibung | A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube. |
| Dateigröße | 91.1 KB |
| Installationsanzahl | 11 |
| Aktuelle Version | 1.5 |
| Letztes Update | 2016-01-16 |
| Veröffentlichungsdatum | 2016-01-15 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | NetLingo |
| Zahlungsart | free |
| Erweiterungswebsite | http://bushclintonfilter.blogspot.com/ |
| Unterstützte Sprachen | 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:\/\/*\/*"
]
}
]
} | |