Ctrl-Alt-Right

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

What is Ctrl-Alt-Right?

Ctrl-Alt-Right is a Chrome extension developed by Heather Akers-Healy, and its main feature is "Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.".

Extension Screenshots

screenshot

Download Ctrl-Alt-Right Extension CRX File

Download Ctrl-Alt-Right extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Ctrl-Alt-Right Ctrl-Alt-Right
ID ghnieianpmlebkcjbdeelojakniikkjh
Official URL https://chrome.google.com/webstore/detail/ctrl-alt-right/ghnieianpmlebkcjbdeelojakniikkjh
Description Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.
File Size 206 KB
Installation Count 14
Current Version 0.2.0
Last Updated 2016-11-14
Publish Date 2016-11-14
Rating 5.00/5 Total 3 Ratings
Developer Heather Akers-Healy
Payment Type free
Supported Languages 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"
        }
    ]
}