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.

Wat is Hillary Filter & Jeb Filter: All In 1?

Hillary Filter & Jeb Filter: All In 1 is een Chrome-extensie ontwikkeld door NetLingo, en de belangrijkste functie is "A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hillary Filter & Jeb Filter: All In 1

Download Hillary Filter & Jeb Filter: All In 1-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hillary Filter & Jeb Filter: All In 1 Hillary Filter & Jeb Filter: All In 1
ID ganjpdgggbabchcbbchdedladlcnnkop
Officiële URL https://chromewebstore.google.com/detail/hillary-filter-jeb-filter/ganjpdgggbabchcbbchdedladlcnnkop
Beschrijving A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube.
Bestandsgrootte 91.1 KB
Aantal Installaties 11
Huidige Versie 1.5
Laatst Bijgewerkt 2016-01-16
Publicatiedatum 2016-01-15
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar NetLingo
Betalingswijze free
Extensiewebsite http://bushclintonfilter.blogspot.com/
Ondersteunde Talen 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:\/\/*\/*"
            ]
        }
    ]
}