Hogwarts Invasion

This extension magically transforms references to the 2016 election season into Hogwarts characters and events.

Hogwarts Invasionとは何ですか?

Hogwarts Invasionはegdirbmuによって開発されたChromeの拡張機能で、その主な機能は「This extension magically transforms references to the 2016 election season into Hogwarts characters and events.」です。

拡張機能のスクリーンショット

screenshot

Hogwarts Invasion拡張機能のCRXファイルをダウンロード

Hogwarts Invasion拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        For all the fans of the Umbridgizer,  now you can convert the entire presidential race into a new Harry Potter story! Politicians become wizards.  Debates become duels. Slogans become dragons.

Bored with endless election coverage?  Let your news experience become magical.  It's almost like reading the Daily Prophet and watching the pictures come alive beneath your very eyes!

Donald Trump becomes Dolores Umbridge,  of course,  but who are the others?  Install and find out!

This extension changes names and terms from the 2016 presidential race to related characters and terms from Hogwarts.                    

拡張機能の基本情報

名前 Hogwarts Invasion Hogwarts Invasion
ID ohaljkckdefadndijjcbllppipadeohc
公式URL https://chromewebstore.google.com/detail/hogwarts-invasion/ohaljkckdefadndijjcbllppipadeohc
説明 This extension magically transforms references to the 2016 election season into Hogwarts characters and events.
ファイルサイズ 4.9 KB
インストール数 127
現在のバージョン 1.0
最終更新日 2016-03-04
公開日 2016-03-03
評価 4.25/5 合計 8 レビュー
開発者 egdirbmu
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hogwarts Invasion",
    "description": "This extension magically transforms references to the 2016 election season into Hogwarts characters and events.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "muggle.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "hogwarts.png"
    },
    "short_name": "Hogs"
}