The Trumpinator™

Turns any mention of Trump into instant satire by replacing his name with contextually relevant nicknames.

什麼是The Trumpinator™?

The Trumpinator™是由Trump-800開發的Chrome擴展程式,該擴展的主要功能是“Turns any mention of Trump into instant satire by replacing his name with contextually relevant nicknames.”。

擴展截圖

screenshot
screenshot
screenshot

下載The Trumpinator™擴展crx文件

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

擴展使用說明

                                            

擴展基本資訊

名稱 The Trumpinator™ The Trumpinator™
ID dmibnnkgfdonadejjcljacffalpcaolk
官方網址 https://chrome.google.com/webstore/detail/the-trumpinator/dmibnnkgfdonadejjcljacffalpcaolk
簡介 Turns any mention of Trump into instant satire by replacing his name with contextually relevant nicknames.
檔案大小 13.34 KB
安裝次數 49
目前版本 1.0
更新時間 2016-06-30
上架時間 2016-06-30
評分 5.00/5 共 6 次評分
開發者 Trump-800
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Trumpinator\u2122",
    "description": "Turns any mention of Trump into instant satire by replacing his name with contextually relevant nicknames.",
    "version": "1.0",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}