Voldemortinator

Add this extension to your Chrome browser and replace all news about Trump and US politics into a Harry Potter World."

Was ist Voldemortinator?

Voldemortinator ist eine Chrome-Erweiterung, die von msteeman entwickelt wurde, und ihr Hauptmerkmal ist "Add this extension to your Chrome browser and replace all news about Trump and US politics into a Harry Potter World."".

Erweiterungsscreenshots

screenshot

Voldemortinator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Voldemortinator-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

                        What if He-Who-Must-Not-Be-Named won the electoral vote as the new Dark Lord, but lost the popular vote to McGonnagall? What if The Dark Lord ruled the wizarding world by means of executive order? Playing quidditch at his private club at Hogsmeade. Banning mudbloods from entering the Wizarding World. Tightening ties with Durmstrang. Appointing Rita Skeeter als his press secretary... Watch as this extension replaces many names and places in U.S. Politics, so the news reads like book 8 3/4 of Harry Potter; a dystopian timeline where He-Who-Must-Not-Be-Named rules the wizarding world.                    

Grundlegende Informationen zur Erweiterung

Name Voldemortinator Voldemortinator
ID mcdgfmijpdgjpfodamkmhjaopemnbgoc
Offizielle URL https://chrome.google.com/webstore/detail/voldemortinator/mcdgfmijpdgjpfodamkmhjaopemnbgoc
Beschreibung Add this extension to your Chrome browser and replace all news about Trump and US politics into a Harry Potter World."
Dateigröße 115 KB
Installationsanzahl 71
Aktuelle Version 1.14
Letztes Update 2017-02-21
Veröffentlichungsdatum 2017-02-21
Bewertung 5.00/5 Insgesamt 14 Bewertungen
Entwickler msteeman
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL http://www.twitter.com/msteeman
Unterstützte Sprachen en-US
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Make The Death Eaters Rise Again!"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Add this extension to your Chrome browser and replace all news about Trump and US politics into a Harry Potter World.\"",
    "manifest_version": 2,
    "name": "Voldemortinator",
    "short_name": "Voldemortinator",
    "permissions": [
        "http:\/\/*.google.com\/",
        "http:\/\/*.com\/",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.14"
}