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.

Cos'è Hillary Filter & Jeb Filter: All In 1?

Hillary Filter & Jeb Filter: All In 1 è un'estensione di Chrome sviluppata da NetLingo, e la sua funzione principale è "A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hillary Filter & Jeb Filter: All In 1

Scarica i file di estensione Hillary Filter & Jeb Filter: All In 1 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Hillary Filter & Jeb Filter: All In 1 Hillary Filter & Jeb Filter: All In 1
ID ganjpdgggbabchcbbchdedladlcnnkop
URL Ufficiale https://chromewebstore.google.com/detail/hillary-filter-jeb-filter/ganjpdgggbabchcbbchdedladlcnnkop
Descrizione A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube.
Dimensione del File 91.1 KB
Conteggio Installazioni 11
Versione Corrente 1.5
Ultimo Aggiornamento 2016-01-16
Data di Pubblicazione 2016-01-15
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore NetLingo
Tipo di Pagamento free
Sito Web dell'Estensione http://bushclintonfilter.blogspot.com/
Lingue Supportate 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:\/\/*\/*"
            ]
        }
    ]
}