Drumpf

Replaces the Trump name with the original name within the current content.

什麼是Drumpf?

Drumpf是由alexako開發的Chrome擴展程式,該擴展的主要功能是“Replaces the Trump name with the original name within the current content.”。

下載Drumpf擴展crx文件

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

擴展使用說明

                                            

擴展基本資訊

名稱 Drumpf Drumpf
ID jhkcgkbkmifjbicjkbdojclapdecckab
官方網址 https://chrome.google.com/webstore/detail/drumpf/jhkcgkbkmifjbicjkbdojclapdecckab
簡介 Replaces the Trump name with the original name within the current content.
檔案大小 36.99 KB
安裝次數 10
目前版本 1.0
更新時間 2016-03-06
上架時間 2016-03-06
評分 5.00/5 共 1 次評分
開發者 alexako
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drumpf",
    "description": "Replaces the Trump name with the original name within the current content.",
    "version": "1.0",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}