Trump To Chump

Replaces the text 'Trump' with 'Chump'.

Trump To Chumpとは何ですか?

Trump To ChumpはDrew Wasemによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'Trump' with 'Chump'.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Spreading the truth throughout the internet, Donald Trump is a Chump.                    

拡張機能の基本情報

名前 Trump To Chump Trump To Chump
ID almlkepgjlmnpndeahbcpinhhdffbech
公式URL https://chrome.google.com/webstore/detail/trump-to-chump/almlkepgjlmnpndeahbcpinhhdffbech
説明 Replaces the text 'Trump' with 'Chump'.
ファイルサイズ 18.68 KB
インストール数 19
現在のバージョン 1
最終更新日 2015-08-23
公開日 2015-08-23
評価 5.00/5 合計 2 レビュー
開発者 Drew Wasem
支払い方法 free
拡張機能のウェブサイト https://github.com/CapeDrew/Trump-To-Chump
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump To Chump",
    "short_name": "Trump To Chump",
    "description": "Replaces the text 'Trump' with 'Chump'.",
    "author": "Andrew R Wasem",
    "version": "1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}