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