Do I Sound Like a Nazi?

Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish.

O que é Do I Sound Like a Nazi??

Do I Sound Like a Nazi? é uma extensão do Chrome desenvolvida por Liv Landau, e sua principal característica é "Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Do I Sound Like a Nazi?

Baixe arquivos de extensão Do I Sound Like a 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 Chrome extension replaces the text 'Muslim' with 'Jew' so you can decide whether or not what you're reading about Muslims sounds like something a Nazi would have said about Jews.                    

Informações Básicas da Extensão

Nome Do I Sound Like a Nazi? Do I Sound Like a Nazi?
ID dbhfbchkgfpkjljghlmnbdbgflhdpohg
URL Oficial https://chromewebstore.google.com/detail/do-i-sound-like-a-nazi/dbhfbchkgfpkjljghlmnbdbgflhdpohg
Descrição Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish.
Tamanho do Arquivo 20.6 KB
Contagem de Instalações 60
Versão Atual 1.1
Última Atualização 2015-12-08
Data de Publicação 2015-12-07
Classificação 3.40/5 Total de 5 Avaliações
Desenvolvedor Liv Landau
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Do I Sound Like a Nazi?",
    "description": "Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish.",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}