Voldemortinator

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

什么是Voldemortinator?

Voldemortinator是由msteeman开发的Chrome扩展程序,该扩展的主要功能是“Add this extension to your Chrome browser and replace all news about Trump and US politics into a Harry Potter World."”。

扩展截图

screenshot

下载Voldemortinator扩展crx文件

下载Voldemortinator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Voldemortinator Voldemortinator
ID mcdgfmijpdgjpfodamkmhjaopemnbgoc
官方URL https://chrome.google.com/webstore/detail/voldemortinator/mcdgfmijpdgjpfodamkmhjaopemnbgoc
简介 Add this extension to your Chrome browser and replace all news about Trump and US politics into a Harry Potter World."
文件大小 115 KB
安装次数 71
当前版本 1.14
更新时间 2017-02-21
上架时间 2017-02-21
评分 5.00/5 共14次评分
开发者 msteeman
电子邮箱 [email protected]
付费类型 free
帮助页面URL http://www.twitter.com/msteeman
支持的语言 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"
}