DonaldTheDuck Browser Extension

This extension replaces all mentions and images of Donald Trump with Donald Duck

什么是DonaldTheDuck Browser Extension?

DonaldTheDuck Browser Extension是由dimitry开发的Chrome扩展程序,该扩展的主要功能是“This extension replaces all mentions and images of Donald Trump with Donald Duck”。

扩展截图

screenshot
screenshot

下载DonaldTheDuck Browser Extension扩展crx文件

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

扩展使用说明

                        Tired of all the news about the recent elections? This extension can help. It eliminates all mentions of Trump with the word Duck and attempts to replace all images of the former with images of the latter. With, at times, hilarious results.                    

扩展基本信息

名称 DonaldTheDuck Browser Extension DonaldTheDuck Browser Extension
ID hbaodmapbjfloappbhnnbclgiifhhpkc
官方URL https://chrome.google.com/webstore/detail/donaldtheduck-browser-ext/hbaodmapbjfloappbhnnbclgiifhhpkc
简介 This extension replaces all mentions and images of Donald Trump with Donald Duck
文件大小 1.38 MB
安装次数 17
当前版本 1.0
更新时间 2016-11-27
上架时间 2016-11-27
评分 5.00/5 共1次评分
开发者 dimitry
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DonaldTheDuck Browser Extension",
    "description": "This extension replaces all mentions and images of Donald Trump with Donald Duck",
    "version": "1.0",
    "icons": {
        "400": "assets\/icon.png"
    },
    "web_accessible_resources": [
        "assets\/*"
    ],
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "assets\/mezr.min.js",
                "includes\/constants.js",
                "includes\/utils.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "https:\/\/ajax.googleapis.com\/"
    ]
}