Replace Trump Cabinet with Death Eaters

A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.

Co to jest Replace Trump Cabinet with Death Eaters?

Replace Trump Cabinet with Death Eaters to rozszerzenie Chrome opracowane przez Kevin Hill, a jego główną funkcją jest „A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Replace Trump Cabinet with Death Eaters

Pobierz pliki rozszerzeń Replace Trump Cabinet with Death Eaters 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

                        This is simply a fun extension to replace Trump and his cabinet members with Voldemort and various death eaters.

Note that anyone on your Facebook feed or otherwise who has the same name as these cabinet members will have their name changed. I'm currently looking into a solution for this.

Otherwise, enjoy bringing the world of Harry Potter to your post-election browsing experience!                    

Podstawowe informacje o rozszerzeniu

Nazwa Replace Trump Cabinet with Death Eaters Replace Trump Cabinet with Death Eaters
ID kjlmoamboolopamaocnlheofmmjjmdna
Oficjalny URL https://chromewebstore.google.com/detail/replace-trump-cabinet-wit/kjlmoamboolopamaocnlheofmmjjmdna
Opis A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.
Rozmiar pliku 3.43 MB
Liczba instalacji 112
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2017-03-19
Data Publikacji 2017-03-18
Ocena 4.76/5 Łącznie 17 Oceny
Deweloper Kevin Hill
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Replace Trump Cabinet with Death Eaters",
    "description": "A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.",
    "version": "1.3",
    "browser_action": {
        "default_icon": "lightning_scar.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "jquery-3.1.1.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}