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.

Co to jest Hillary Filter & Jeb Filter: All In 1?

Hillary Filter & Jeb Filter: All In 1 to rozszerzenie Chrome opracowane przez NetLingo, a jego główną funkcją jest „A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hillary Filter & Jeb Filter: All In 1

Pobierz pliki rozszerzeń Hillary Filter & Jeb Filter: All In 1 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hillary Filter & Jeb Filter: All In 1 Hillary Filter & Jeb Filter: All In 1
ID ganjpdgggbabchcbbchdedladlcnnkop
Oficjalny URL https://chromewebstore.google.com/detail/hillary-filter-jeb-filter/ganjpdgggbabchcbbchdedladlcnnkop
Opis A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube.
Rozmiar pliku 91.1 KB
Liczba instalacji 11
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2016-01-16
Data Publikacji 2016-01-15
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper NetLingo
Typ Płatności free
Strona Rozszerzenia http://bushclintonfilter.blogspot.com/
Obsługiwane Języki 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:\/\/*\/*"
            ]
        }
    ]
}