Trump Duck Extension

Replaces all mentions of Donald Trump with Donald Duck. Good times.

什么是Trump Duck Extension?

Trump Duck Extension是由tommybgoode开发的Chrome扩展程序,该扩展的主要功能是“Replaces all mentions of Donald Trump with Donald Duck. Good times.”。

下载Trump Duck Extension扩展crx文件

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

扩展使用说明

                        Replaces mentions of the Republican presidential candidate with mentions of the Disney character.                    

扩展基本信息

名称 Trump Duck Extension Trump Duck Extension
ID cefmmojephggejabeafkdlpgngeielem
官方URL https://chromewebstore.google.com/detail/trump-duck-extension/cefmmojephggejabeafkdlpgngeielem
简介 Replaces all mentions of Donald Trump with Donald Duck. Good times.
文件大小 54.96 KB
安装次数 17
当前版本 0.1.0
更新时间 2016-01-28
上架时间 2016-01-27
评分 5.00/5 共1次评分
开发者 tommybgoode
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trump Duck Extension",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Replaces all mentions of Donald Trump with Donald Duck. Good times.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}