Alt-Right Denormalizer

Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'

什么是Alt-Right Denormalizer?

Alt-Right Denormalizer是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'”。

扩展截图

screenshot

下载Alt-Right Denormalizer扩展crx文件

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

扩展使用说明

                        Replaces any appearance of the phrase 'alt-right' with 'Rebranded White Nationalism,' because this should not be normalized. I saw a few other versions of this out there, but wanted one with a more distinctive phrase.                    

扩展基本信息

名称 Alt-Right Denormalizer Alt-Right Denormalizer
ID glfmlcifdhfpibfmokbcojfkbgfigeph
官方URL https://chromewebstore.google.com/detail/alt-right-denormalizer/glfmlcifdhfpibfmokbcojfkbgfigeph
简介 Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'
文件大小 3.56 KB
安装次数 657
当前版本 1.0
更新时间 2016-11-17
上架时间 2016-11-16
评分 4.12/5 共34次评分
开发者 Unknown
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alt-Right Denormalizer",
    "description": "Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism' ",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}