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."”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | mcdgfmijpdgjpfodamkmhjaopemnbgoc |
官方網址 | 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" } |