Alt-Right to Neo-Nazi

Replaces the text 'Alt-Right' with 'neo-nazi'.

什么是Alt-Right to Neo-Nazi?

Alt-Right to Neo-Nazi是由MBilokonsky开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'Alt-Right' with 'neo-nazi'.”。

扩展截图

screenshot
screenshot
screenshot

下载Alt-Right to Neo-Nazi扩展crx文件

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

扩展使用说明

                        This browser extension clarifies certain ambiguities in the media coverage of the so-called 'alt-right' neo-nazi movement in the united states.

With this extension installed, the text "The Alt-Right" will become 'The Neo-Nazi movement', and the text 'Alt-Right' will simply become 'Neo-Nazi'.                    

扩展基本信息

名称 Alt-Right to Neo-Nazi Alt-Right to Neo-Nazi
ID ncmeapahfpbjkalemlmnklpkjdlpimjh
官方URL https://chromewebstore.google.com/detail/alt-right-to-neo-nazi/ncmeapahfpbjkalemlmnklpkjdlpimjh
简介 Replaces the text 'Alt-Right' with 'neo-nazi'.
文件大小 11.81 KB
安装次数 12
当前版本 1.0
更新时间 2016-11-21
上架时间 2016-11-21
评分 5.00/5 共1次评分
开发者 MBilokonsky
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alt-Right to Neo-Nazi",
    "short_name": "Neo-Nazi",
    "description": "Replaces the text 'Alt-Right' with 'neo-nazi'.",
    "author": "Mykola Bilokonsky",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}