Trump to Duck

Replaces Trump with Duck

什么是Trump to Duck?

Trump to Duck是由Flaminx开发的Chrome扩展程序,该扩展的主要功能是“Replaces Trump with Duck”。

下载Trump to Duck扩展crx文件

下载Trump to Duck扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This changes every instance of Trump to Duck on webpages.                    

扩展基本信息

名称 Trump to Duck Trump to Duck
ID djnakbkgcmemihclijflcocdpgbfchgd
官方URL https://chromewebstore.google.com/detail/trump-to-duck/djnakbkgcmemihclijflcocdpgbfchgd
简介 Replaces Trump with Duck
文件大小 21.61 KB
安装次数 36
当前版本 1.0
更新时间 2015-12-12
上架时间 2015-12-12
评分 4.20/5 共5次评分
开发者 Flaminx
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump to Duck",
    "version": "1.0",
    "description": "Replaces Trump with Duck",
    "icons": {
        "48": "LargeTrum.png",
        "128": "SmallTrum.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "D2D.js"
            ],
            "run_at": "document_end"
        }
    ]
}