Voldemortinator

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

Cos'è Voldemortinator?

Voldemortinator è un'estensione di Chrome sviluppata da msteeman, e la sua funzione principale è "Add this extension to your Chrome browser and replace all news about Trump and US politics into a Harry Potter World."".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Voldemortinator

Scarica i file di estensione Voldemortinator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Voldemortinator Voldemortinator
ID mcdgfmijpdgjpfodamkmhjaopemnbgoc
URL Ufficiale https://chrome.google.com/webstore/detail/voldemortinator/mcdgfmijpdgjpfodamkmhjaopemnbgoc
Descrizione Add this extension to your Chrome browser and replace all news about Trump and US politics into a Harry Potter World."
Dimensione del File 115 KB
Conteggio Installazioni 71
Versione Corrente 1.14
Ultimo Aggiornamento 2017-02-21
Data di Pubblicazione 2017-02-21
Valutazione 5.00/5 Totale 14 Valutazioni
Sviluppatore msteeman
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto http://www.twitter.com/msteeman
Lingue Supportate 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"
}