Trump-To-Babbling-Idiot

Replaces any mention of our president with 'Babbling Idiot'.

什麼是Trump-To-Babbling-Idiot?

Trump-To-Babbling-Idiot是由Ryan Ristine開發的Chrome擴展程式,該擴展的主要功能是“Replaces any mention of our president with 'Babbling Idiot'.”。

擴展截圖

screenshot

下載Trump-To-Babbling-Idiot擴展crx文件

下載Trump-To-Babbling-Idiot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This Extension replaces any mention of Donald Trump and replaces it with "Babbling Idiot"

THIS IS HEAVILY HEAVILY HEAVILY based on "Cloud-to-Butt" 

please support the developer of Cloud-to-butt https://github.com/panicsteve/cloud-to-butt                    

擴展基本資訊

名稱 Trump-To-Babbling-Idiot Trump-To-Babbling-Idiot
ID hheclhiapblfldlcbfpcpocidogaplcn
官方網址 https://chrome.google.com/webstore/detail/trump-to-babbling-idiot/hheclhiapblfldlcbfpcpocidogaplcn
簡介 Replaces any mention of our president with 'Babbling Idiot'.
檔案大小 780 KB
安裝次數 48
目前版本 1.1.2
更新時間 2017-01-21
上架時間 2017-01-21
評分 2.33/5 共 3 次評分
開發者 Ryan Ristine
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.ryanristine.com
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "48": "\/Images\/logo.png"
    },
    "description": "Replaces any mention of our president with 'Babbling Idiot'.",
    "name": "Trump-To-Babbling-Idiot",
    "version": "1.1.2"
}