Trump Replacer

Replaces 'Trump' with various alternate terms

什麼是Trump Replacer?

Trump Replacer是由mustee開發的Chrome擴展程式,該擴展的主要功能是“Replaces 'Trump' with various alternate terms”。

擴展截圖

screenshot

下載Trump Replacer擴展crx文件

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

擴展使用說明

                        Replaces 'Trump' with various alternate, more accurate terms.                    

擴展基本資訊

名稱 Trump Replacer Trump Replacer
ID jhkpjfpjfjgjohghkbekkbpokmjhblbe
官方網址 https://chrome.google.com/webstore/detail/trump-replacer/jhkpjfpjfjgjohghkbekkbpokmjhblbe
簡介 Replaces 'Trump' with various alternate terms
檔案大小 4.25 KB
安裝次數 16
目前版本 1
更新時間 2015-12-09
上架時間 2015-12-09
評分 5.00/5 共 1 次評分
開發者 mustee
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Replacer",
    "description": "Replaces 'Trump' with various alternate terms",
    "version": "1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}