Trump To Butt

Replaces the text 'Trump' with 'Butt'.

Trump To Buttとは何ですか?

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

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

screenshot

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

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

拡張機能の使用方法

                        This extension replaces "Donald Trump" with "Donald Butt" on each webpage you visit.                    

拡張機能の基本情報

名前 Trump To Butt Trump To Butt
ID hmnfdkchaobhibkmhndamnoajecjllgn
公式URL https://chromewebstore.google.com/detail/trump-to-butt/hmnfdkchaobhibkmhndamnoajecjllgn
説明 Replaces the text 'Trump' with 'Butt'.
ファイルサイズ 56.77 KB
インストール数 62
現在のバージョン 3.0
最終更新日 2016-01-03
公開日 2016-01-03
評価 4.33/5 合計 6 レビュー
開発者 timetoplatypus
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump To Butt",
    "version": "3.0",
    "description": "Replaces the text 'Trump' with 'Butt'.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}