Trump to Boner

Changes the text Trump to Boner

Trump to Bonerとは何ですか?

Trump to BonerはJohn Q. Publicによって開発されたChromeの拡張機能で、その主な機能は「Changes the text Trump to Boner」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Simple extension turns any instance of the word "Trump" to "Boner" - have fun!                    

拡張機能の基本情報

名前 Trump to Boner Trump to Boner
ID ggnodhlgeimmggeeaokhcofmbobdffmn
公式URL https://chromewebstore.google.com/detail/trump-to-boner/ggnodhlgeimmggeeaokhcofmbobdffmn
説明 Changes the text Trump to Boner
ファイルサイズ 8.26 KB
インストール数 13
現在のバージョン 0.1
最終更新日 2015-07-20
公開日 2015-07-20
開発者 John Q. Public
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "name": "Trump to Boner",
    "short_name": "TtB",
    "description": "Changes the text Trump to Boner",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}