Trump To Hitler

This extension replaces all mentions of Trump's name with Hitler's name for the current page.

Trump To Hitlerとは何ですか?

Trump To Hitlerはdanhstepanovによって開発されたChromeの拡張機能で、その主な機能は「This extension replaces all mentions of Trump's name with Hitler's name for the current page.」です。

Trump To Hitler拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension replaces all mentions of Trump's name with Hitler's name for the current page.                    

拡張機能の基本情報

名前 Trump To Hitler Trump To Hitler
ID ckjmfnbellhpcpidbeghfjmdgpobapfc
公式URL https://chromewebstore.google.com/detail/trump-to-hitler/ckjmfnbellhpcpidbeghfjmdgpobapfc
説明 This extension replaces all mentions of Trump's name with Hitler's name for the current page.
ファイルサイズ 36.65 KB
インストール数 166
現在のバージョン 0.0.3
最終更新日 2016-03-04
公開日 2016-03-03
評価 5.00/5 合計 2 レビュー
開発者 danhstepanov
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump To Hitler",
    "description": "This extension replaces all mentions of Trump's name with Hitler's name for the current page.",
    "version": "0.0.3",
    "icons": {
        "48": "hitler48.png",
        "128": "hitler128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}