Hogwarts Invasion

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

Hvad er Hogwarts Invasion?

Hogwarts Invasion er en Chrome-udvidelse udviklet af egdirbmu, og dens hovedfunktion er "This extension magically transforms references to the 2016 election season into Hogwarts characters and events.".

Udvidelsesskærmbilleder

screenshot

Download Hogwarts Invasion-udvidelses-CRX-fil

Download Hogwarts Invasion-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Hogwarts Invasion Hogwarts Invasion
ID ohaljkckdefadndijjcbllppipadeohc
Officiel URL https://chromewebstore.google.com/detail/hogwarts-invasion/ohaljkckdefadndijjcbllppipadeohc
Beskrivelse This extension magically transforms references to the 2016 election season into Hogwarts characters and events.
Filstørrelse 4.9 KB
Antal Installationer 127
Nuværende Version 1.0
Senest Opdateret 2016-03-04
Udgivelsesdato 2016-03-03
Bedømmelse 4.25/5 Samlet 8 Bedømmelser
Udvikler egdirbmu
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}