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.

Qu'est-ce que Replace Trump Cabinet with Death Eaters ?

Replace Trump Cabinet with Death Eaters est une extension Chrome développée par Kevin Hill, et sa fonction principale est "A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Replace Trump Cabinet with Death Eaters

Téléchargez les fichiers d'extension Replace Trump Cabinet with Death Eaters au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Replace Trump Cabinet with Death Eaters Replace Trump Cabinet with Death Eaters
ID kjlmoamboolopamaocnlheofmmjjmdna
URL Officiel https://chromewebstore.google.com/detail/replace-trump-cabinet-wit/kjlmoamboolopamaocnlheofmmjjmdna
Description A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.
Taille du Fichier 3.43 MB
Nombre d'Installations 112
Version Actuelle 1.3
Dernière Mise à Jour 2017-03-19
Date de Publication 2017-03-18
Évaluation 4.76/5 Total 17 Évaluations
Développeur Kevin Hill
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}