Ctrl-Alt-Right

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

O que é Ctrl-Alt-Right?

Ctrl-Alt-Right é uma extensão do Chrome desenvolvida por Heather Akers-Healy, e sua principal característica é "Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Ctrl-Alt-Right

Baixe arquivos de extensão Ctrl-Alt-Right no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Ctrl-Alt-Right Ctrl-Alt-Right
ID ghnieianpmlebkcjbdeelojakniikkjh
URL Oficial https://chrome.google.com/webstore/detail/ctrl-alt-right/ghnieianpmlebkcjbdeelojakniikkjh
Descrição Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.
Tamanho do Arquivo 206 KB
Contagem de Instalações 14
Versão Atual 0.2.0
Última Atualização 2016-11-14
Data de Publicação 2016-11-14
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Heather Akers-Healy
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}