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.
Τι είναι το Hillary Filter & Jeb Filter: All In 1;
Το Hillary Filter & Jeb Filter: All In 1 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον NetLingo, και η κύρια λειτουργία του είναι "A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Hillary Filter & Jeb Filter: All In 1
Λήψη αρχείων επέκτασης Hillary Filter & Jeb Filter: All In 1 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | ganjpdgggbabchcbbchdedladlcnnkop |
| Επίσημο URL | https://chromewebstore.google.com/detail/hillary-filter-jeb-filter/ganjpdgggbabchcbbchdedladlcnnkop |
| Περιγραφή | A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube. |
| Μέγεθος Αρχείου | 91.1 KB |
| Αριθμός Εγκαταστάσεων | 11 |
| Τρέχουσα Έκδοση | 1.5 |
| Τελευταία Ενημέρωση | 2016-01-16 |
| Ημερομηνία Δημοσίευσης | 2016-01-15 |
| Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
| Προγραμματιστής | NetLingo |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | http://bushclintonfilter.blogspot.com/ |
| Υποστηριζόμενες Γλώσσες | 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:\/\/*\/*"
]
}
]
} | |