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
官方網址 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"
        }
    ]
}