Hogwarts Invasion

This extension magically transforms references to the 2016 election season into Hogwarts characters and events.

Was ist Hogwarts Invasion?

Hogwarts Invasion ist eine Chrome-Erweiterung, die von egdirbmu entwickelt wurde, und ihr Hauptmerkmal ist "This extension magically transforms references to the 2016 election season into Hogwarts characters and events.".

Erweiterungsscreenshots

screenshot

Hogwarts Invasion-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hogwarts Invasion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        For all the fans of the Umbridgizer,  now you can convert the entire presidential race into a new Harry Potter story! Politicians become wizards.  Debates become duels. Slogans become dragons.

Bored with endless election coverage?  Let your news experience become magical.  It's almost like reading the Daily Prophet and watching the pictures come alive beneath your very eyes!

Donald Trump becomes Dolores Umbridge,  of course,  but who are the others?  Install and find out!

This extension changes names and terms from the 2016 presidential race to related characters and terms from Hogwarts.                    

Grundlegende Informationen zur Erweiterung

Name Hogwarts Invasion Hogwarts Invasion
ID ohaljkckdefadndijjcbllppipadeohc
Offizielle URL https://chromewebstore.google.com/detail/hogwarts-invasion/ohaljkckdefadndijjcbllppipadeohc
Beschreibung This extension magically transforms references to the 2016 election season into Hogwarts characters and events.
Dateigröße 4.9 KB
Installationsanzahl 127
Aktuelle Version 1.0
Letztes Update 2016-03-04
Veröffentlichungsdatum 2016-03-03
Bewertung 4.25/5 Insgesamt 8 Bewertungen
Entwickler egdirbmu
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hogwarts Invasion",
    "description": "This extension magically transforms references to the 2016 election season into Hogwarts characters and events.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "muggle.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "hogwarts.png"
    },
    "short_name": "Hogs"
}