ctrl-alt-right-delete

Replace instances of 'Alt-Right' with something a little more accurate

O que é ctrl-alt-right-delete?

ctrl-alt-right-delete é uma extensão do Chrome desenvolvida por ctrl+alt+right+delete, e sua principal característica é "Replace instances of 'Alt-Right' with something a little more accurate".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ctrl-alt-right-delete

Baixe arquivos de extensão ctrl-alt-right-delete 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

                        ** NEW ** Also replaces 'alternative facts' with 'outright lies', because you can never be too sure with our new administration.

Much like the beloved cloud-to-butt extension, this will replace all instances of "Alt-Right" and "Alternative Right" with more accurate depictions of the group.

In the options you can choose between a handful of defaults, such as 'neo-Nazis' (the default) or 'white nationalists'. Or you can go ahead and create your own custom phrase! Have fun with it!

If you notice any performance issues (you shouldn't), you can disable the ability to work on dynamic pages (like Facebook, Twitter, or Google) in the settings.                    

Informações Básicas da Extensão

Nome ctrl-alt-right-delete ctrl-alt-right-delete
ID anolahjfddfgnnciapiilnakaadhmnad
URL Oficial https://chromewebstore.google.com/detail/ctrl-alt-right-delete/anolahjfddfgnnciapiilnakaadhmnad
Descrição Replace instances of 'Alt-Right' with something a little more accurate
Tamanho do Arquivo 19.06 KB
Contagem de Instalações 15
Versão Atual 1.2.0
Última Atualização 2017-01-22
Data de Publicação 2017-01-22
Desenvolvedor ctrl+alt+right+delete
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-delete",
    "description": "Replace instances of 'Alt-Right' with something a little more accurate",
    "version": "1.2.0",
    "icons": {
        "16": "card-16.png",
        "48": "card-48.png",
        "128": "card-128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "defaults.js",
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ]
}