Hillary Blocker

A filter that removes Hillary Clinton from webpages and filters/removes Hillary Clinton from Facebook and Youtube.

Co to jest Hillary Blocker?

Hillary Blocker to rozszerzenie Chrome opracowane przez NetLingo, a jego główną funkcją jest „A filter that removes Hillary Clinton from webpages and filters/removes Hillary Clinton from Facebook and Youtube.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hillary Blocker

Pobierz pliki rozszerzeń Hillary Blocker 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 from webpages, Facebook, and Youtube. 

Come find me on Twitter: 
https://twitter.com/MikeeCarruth                    

Podstawowe informacje o rozszerzeniu

Nazwa Hillary Blocker Hillary Blocker
ID kiblhkcoiojbdhhnjaekompfecgelfja
Oficjalny URL https://chromewebstore.google.com/detail/hillary-blocker/kiblhkcoiojbdhhnjaekompfecgelfja
Opis A filter that removes Hillary Clinton from webpages and filters/removes Hillary Clinton from Facebook and Youtube.
Rozmiar pliku 93.88 KB
Liczba instalacji 236
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2016-09-06
Data Publikacji 2016-09-05
Ocena 4.33/5 Łącznie 15 Oceny
Deweloper NetLingo
Typ Płatności free
Strona Rozszerzenia http://hillaryfilter.com
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hillary Blocker",
    "description": "A filter that removes Hillary Clinton from webpages and filters\/removes Hillary 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:\/\/*\/*"
            ]
        }
    ]
}