Ctrl-Alt-Right

Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.

什么是Ctrl-Alt-Right?

Ctrl-Alt-Right是由Heather Akers-Healy开发的Chrome扩展程序,该扩展的主要功能是“Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.”。

扩展截图

screenshot

下载Ctrl-Alt-Right扩展crx文件

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

扩展使用说明

                        Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.                    

扩展基本信息

名称 Ctrl-Alt-Right Ctrl-Alt-Right
ID ghnieianpmlebkcjbdeelojakniikkjh
官方URL https://chrome.google.com/webstore/detail/ctrl-alt-right/ghnieianpmlebkcjbdeelojakniikkjh
简介 Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.
文件大小 206 KB
安装次数 14
当前版本 0.2.0
更新时间 2016-11-14
上架时间 2016-11-14
评分 5.00/5 共3次评分
开发者 Heather Akers-Healy
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ctrl-Alt-Right",
    "version": "0.2.0",
    "description": "",
    "author": "",
    "browser_action": {
        "default_title": "Use this to open the popup",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "replace.js"
            ],
            "run_at": "document_end"
        }
    ]
}