Trumpify

This is your Chrome extension that replaces 'Donald Trump' with 'Alien Lizard Monster'.

什麼是Trumpify?

Trumpify是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“This is your Chrome extension that replaces 'Donald Trump' with 'Alien Lizard Monster'.”。

擴展截圖

screenshot
screenshot

下載Trumpify擴展crx文件

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

擴展使用說明

                        Are you tired of reading about GOP nominee Alien Lizard Monster? Er...Donald Trump?

Well, have I got the thing for you! With this amazing Google Chrome extension, you can replace every instance of "Donald Trump" on any websites you visit with "Alien Lizard Monster"!                    

擴展基本資訊

名稱 Trumpify Trumpify
ID cjcjcdgkcablfjfbbnicgclgfkmjelpn
官方網址 https://chromewebstore.google.com/detail/trumpify/cjcjcdgkcablfjfbbnicgclgfkmjelpn
簡介 This is your Chrome extension that replaces 'Donald Trump' with 'Alien Lizard Monster'.
檔案大小 3.85 KB
安裝次數 14
目前版本 1.0.1
更新時間 2016-06-06
上架時間 2016-06-06
評分 5.00/5 共 2 次評分
開發者 Unknown
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trumpify",
    "short_name": "Replace every instance of 'Donald Trump' with 'Alien Lizard Monster'",
    "description": "This is your Chrome extension that replaces 'Donald Trump' with 'Alien Lizard Monster'.",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "adjustTrumpContent.js"
            ],
            "run_at": "document_end"
        }
    ]
}