Goebbels Nazi Extension

Goebbels very first extension, turns SJW hate into pro-Nazi hate.

O que é Goebbels Nazi Extension?

Goebbels Nazi Extension é uma extensão do Chrome desenvolvida por Bob Bobson, e sua principal característica é "Goebbels very first extension, turns SJW hate into pro-Nazi hate.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Goebbels Nazi Extension

Baixe arquivos de extensão Goebbels Nazi Extension 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 is a very simple extension, is just replaces curtain phrases such as 'men' with 'jews' and 'feminist' with 'nazi'. Now, this may seem all in bad taste to you but I assure you, it's very funny. This extension exposes the complete lunacy of 3rd-wave feminism.

Just to clarify I am not a nazi or support nazism or any form of discrimination.                    

Informações Básicas da Extensão

Nome Goebbels Nazi Extension Goebbels Nazi Extension
ID iomgmieikoadnldfkdmbggemplkfmpfl
URL Oficial https://chrome.google.com/webstore/detail/goebbels-nazi-extension/iomgmieikoadnldfkdmbggemplkfmpfl
Descrição Goebbels very first extension, turns SJW hate into pro-Nazi hate.
Tamanho do Arquivo 1.34 MB
Contagem de Instalações 91
Versão Atual 1.3.1
Última Atualização 2015-05-25
Data de Publicação 2015-05-25
Classificação 4.74/5 Total de 19 Avaliações
Desenvolvedor Bob Bobson
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Goebbels Nazi Extension",
    "short_name": "GNE",
    "version": "1.3.1",
    "manifest_version": 2,
    "description": "Goebbels very first extension, turns SJW hate into pro-Nazi hate.",
    "options_page": "options\/options.html",
    "icons": {
        "16": "assets\/gne_icon_16c.png",
        "48": "assets\/gne_icon_48c.png",
        "128": "assets\/gne_icon_128c.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/ba_icon_19c.png"
        },
        "default_title": "Add Atmosphere"
    },
    "content_scripts": [
        {
            "js": [
                "java\/script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "java\/background.js"
        ]
    },
    "permissions": [
        "background",
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "background.js",
        "script.js"
    ]
}