Replace Trump Cabinet with Death Eaters

A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.

Replace Trump Cabinet with Death Eatersとは何ですか?

Replace Trump Cabinet with Death EatersはKevin Hillによって開発されたChromeの拡張機能で、その主な機能は「A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.」です。

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

screenshot
screenshot

Replace Trump Cabinet with Death Eaters拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This is simply a fun extension to replace Trump and his cabinet members with Voldemort and various death eaters.

Note that anyone on your Facebook feed or otherwise who has the same name as these cabinet members will have their name changed. I'm currently looking into a solution for this.

Otherwise, enjoy bringing the world of Harry Potter to your post-election browsing experience!                    

拡張機能の基本情報

名前 Replace Trump Cabinet with Death Eaters Replace Trump Cabinet with Death Eaters
ID kjlmoamboolopamaocnlheofmmjjmdna
公式URL https://chromewebstore.google.com/detail/replace-trump-cabinet-wit/kjlmoamboolopamaocnlheofmmjjmdna
説明 A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.
ファイルサイズ 3.43 MB
インストール数 112
現在のバージョン 1.3
最終更新日 2017-03-19
公開日 2017-03-18
評価 4.76/5 合計 17 レビュー
開発者 Kevin Hill
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Replace Trump Cabinet with Death Eaters",
    "description": "A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.",
    "version": "1.3",
    "browser_action": {
        "default_icon": "lightning_scar.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "jquery-3.1.1.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}