Democrat Punch

Changes every instance of the word Nazi to Democrat

什么是Democrat Punch?

Democrat Punch是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Changes every instance of the word Nazi to Democrat”。

扩展截图

screenshot

下载Democrat Punch扩展crx文件

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

扩展使用说明

                        Democrat Punch is a tasty extension that replaces every use of the word "Nazi" with the word "Democrat". 

Created by Craig R. Brittain (@CraigRBrittain on Twitter) - if you like this extension please contribute to me via Patreon at http://Patreon.com/Audit or alternatively you can make one-time donations via Square Cash at http://cash.me/$CraigBrittain.                    

扩展基本信息

名称 Democrat Punch Democrat Punch
ID hfdooeeigghchmdjnfbgdijidgkppdlb
官方URL https://chromewebstore.google.com/detail/democrat-punch/hfdooeeigghchmdjnfbgdijidgkppdlb
简介 Changes every instance of the word Nazi to Democrat
文件大小 24.4 KB
安装次数 15
当前版本 1.776
更新时间 2017-02-01
上架时间 2017-01-31
评分 5.00/5 共2次评分
开发者 Unknown
付费类型 free
扩展官网 http://twitter.com/CraigRBrittain
帮助页面URL http://patreon.com/audit
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Democrat Punch",
    "description": "Changes every instance of the word Nazi to Democrat",
    "version": "1.776",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}