President Shit-gibbon

Replaces Donald Trumps name with his correct title

President Shit-gibbonとは何ですか?

President Shit-gibbonはqilzによって開発されたChromeの拡張機能で、その主な機能は「Replaces Donald Trumps name with his correct title」です。

President Shit-gibbon拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Replaces "Donald Trump", "Donald J Trump", "Donald J. Trump", and "Donald John Trump" with "President Shit-gibbon"

Replaces "Trump" with "Shit-gibbon"                    

拡張機能の基本情報

名前 President Shit-gibbon President Shit-gibbon
ID kkhbjkhecpfblklmjbaebmnagaligaim
公式URL https://chrome.google.com/webstore/detail/president-shit-gibbon/kkhbjkhecpfblklmjbaebmnagaligaim
説明 Replaces Donald Trumps name with his correct title
ファイルサイズ 3.59 KB
インストール数 26
現在のバージョン 1.2
最終更新日 2017-02-10
公開日 2017-02-10
評価 5.00/5 合計 3 レビュー
開発者 qilz
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "President Shit-gibbon",
    "description": "Replaces Donald Trumps name with his correct title",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}