Voldemortinator
Add this extension to your Chrome browser and replace all news about Trump and US politics into a Harry Potter World."
Wat is Voldemortinator?
Voldemortinator is een Chrome-extensie ontwikkeld door msteeman, en de belangrijkste functie is "Add this extension to your Chrome browser and replace all news about Trump and US politics into a Harry Potter World."".
Extensie Screenshots
Download het CRX-bestand van de extensie Voldemortinator
Download Voldemortinator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | mcdgfmijpdgjpfodamkmhjaopemnbgoc |
Officiële URL | https://chrome.google.com/webstore/detail/voldemortinator/mcdgfmijpdgjpfodamkmhjaopemnbgoc |
Beschrijving | Add this extension to your Chrome browser and replace all news about Trump and US politics into a Harry Potter World." |
Bestandsgrootte | 115 KB |
Aantal Installaties | 71 |
Huidige Versie | 1.14 |
Laatst Bijgewerkt | 2017-02-21 |
Publicatiedatum | 2017-02-21 |
Beoordeling | 5.00/5 Totaal 14 Beoordelingen |
Ontwikkelaar | msteeman |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | http://www.twitter.com/msteeman |
Ondersteunde Talen | 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" } |