Ctrl-Alt-Right

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

¿Qué es Ctrl-Alt-Right?

Ctrl-Alt-Right es una extensión de Chrome desarrollada por Heather Akers-Healy, y su función principal es "Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Ctrl-Alt-Right

Descarga archivos de extensión Ctrl-Alt-Right en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Ctrl-Alt-Right Ctrl-Alt-Right
ID ghnieianpmlebkcjbdeelojakniikkjh
URL Oficial https://chrome.google.com/webstore/detail/ctrl-alt-right/ghnieianpmlebkcjbdeelojakniikkjh
Descripción Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.
Tamaño del Archivo 206 KB
Cantidad de Instalaciones 14
Versión Actual 0.2.0
Última Actualización 2016-11-14
Fecha de Publicación 2016-11-14
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Heather Akers-Healy
Tipo de Pago free
Idiomas Soportados 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"
        }
    ]
}