Alt-Right to Neo-Nazi

Replaces the text 'Alt-Right' with 'neo-nazi'.

O que é Alt-Right to Neo-Nazi?

Alt-Right to Neo-Nazi é uma extensão do Chrome desenvolvida por MBilokonsky, e sua principal característica é "Replaces the text 'Alt-Right' with 'neo-nazi'.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Alt-Right to Neo-Nazi

Baixe arquivos de extensão Alt-Right to Neo-Nazi 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

                        This browser extension clarifies certain ambiguities in the media coverage of the so-called 'alt-right' neo-nazi movement in the united states.

With this extension installed, the text "The Alt-Right" will become 'The Neo-Nazi movement', and the text 'Alt-Right' will simply become 'Neo-Nazi'.                    

Informações Básicas da Extensão

Nome Alt-Right to Neo-Nazi Alt-Right to Neo-Nazi
ID ncmeapahfpbjkalemlmnklpkjdlpimjh
URL Oficial https://chromewebstore.google.com/detail/alt-right-to-neo-nazi/ncmeapahfpbjkalemlmnklpkjdlpimjh
Descrição Replaces the text 'Alt-Right' with 'neo-nazi'.
Tamanho do Arquivo 11.81 KB
Contagem de Instalações 12
Versão Atual 1.0
Última Atualização 2016-11-21
Data de Publicação 2016-11-21
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor MBilokonsky
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alt-Right to Neo-Nazi",
    "short_name": "Neo-Nazi",
    "description": "Replaces the text 'Alt-Right' with 'neo-nazi'.",
    "author": "Mykola Bilokonsky",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}