Hogwarts Invasion
This extension magically transforms references to the 2016 election season into Hogwarts characters and events.
What is Hogwarts Invasion?
Hogwarts Invasion is a Chrome extension developed by egdirbmu, and its main feature is "This extension magically transforms references to the 2016 election season into Hogwarts characters and events.".
Extension Screenshots
Download Hogwarts Invasion Extension CRX File
Download Hogwarts Invasion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Hogwarts Invasion |
ID | ohaljkckdefadndijjcbllppipadeohc |
Official URL | https://chromewebstore.google.com/detail/hogwarts-invasion/ohaljkckdefadndijjcbllppipadeohc |
Description | This extension magically transforms references to the 2016 election season into Hogwarts characters and events. |
File Size | 4.9 KB |
Installation Count | 127 |
Current Version | 1.0 |
Last Updated | 2016-03-04 |
Publish Date | 2016-03-03 |
Rating | 4.25/5 Total 8 Ratings |
Developer | egdirbmu |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |