Trump To Hitler

This extension replaces all mentions of Trump's name with Hitler's name for the current page.

什么是Trump To Hitler?

Trump To Hitler是由danhstepanov开发的Chrome扩展程序,该扩展的主要功能是“This extension replaces all mentions of Trump's name with Hitler's name for the current page.”。

下载Trump To Hitler扩展crx文件

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

扩展使用说明

                        This extension replaces all mentions of Trump's name with Hitler's name for the current page.                    

扩展基本信息

名称 Trump To Hitler Trump To Hitler
ID ckjmfnbellhpcpidbeghfjmdgpobapfc
官方URL https://chromewebstore.google.com/detail/trump-to-hitler/ckjmfnbellhpcpidbeghfjmdgpobapfc
简介 This extension replaces all mentions of Trump's name with Hitler's name for the current page.
文件大小 36.65 KB
安装次数 166
当前版本 0.0.3
更新时间 2016-03-04
上架时间 2016-03-03
评分 5.00/5 共2次评分
开发者 danhstepanov
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump To Hitler",
    "description": "This extension replaces all mentions of Trump's name with Hitler's name for the current page.",
    "version": "0.0.3",
    "icons": {
        "48": "hitler48.png",
        "128": "hitler128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}