Trumpisms

Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.

Trumpismsとは何ですか?

TrumpismsはCaseySoftwareによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension replaces various words with President Trump's preferred nicknames.

Currently, it replaces "ISIS" with "Evil Losers" and "Hillary Clinton" with "Crooked Hillary"

Enjoy!                    

拡張機能の基本情報

名前 Trumpisms Trumpisms
ID feabnchiknilhgjblocljbhpcmdaiplc
公式URL https://chromewebstore.google.com/detail/trumpisms/feabnchiknilhgjblocljbhpcmdaiplc
説明 Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.
ファイルサイズ 208 KB
インストール数 11
現在のバージョン 1.0.1
最終更新日 2017-05-25
公開日 2017-05-24
評価 4.86/5 合計 7 レビュー
開発者 CaseySoftware
支払い方法 free
ヘルプページのURL https://github.com/caseysoftware/trumpisms
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trumpisms",
    "version": "1.0.1",
    "description": "Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "48": "images\/laugh-48.png",
        "128": "images\/laugh-128.png"
    }
}