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 |
公式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 |
Eメール | [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" } |