Do I Sound Like a Nazi?

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

Cos'è Do I Sound Like a Nazi??

Do I Sound Like a Nazi? è un'estensione di Chrome sviluppata da Liv Landau, e la sua funzione principale è "Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Do I Sound Like a Nazi?

Scarica i file di estensione Do I Sound Like a Nazi? in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Do I Sound Like a Nazi? Do I Sound Like a Nazi?
ID dbhfbchkgfpkjljghlmnbdbgflhdpohg
URL Ufficiale https://chromewebstore.google.com/detail/do-i-sound-like-a-nazi/dbhfbchkgfpkjljghlmnbdbgflhdpohg
Descrizione Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish.
Dimensione del File 20.6 KB
Conteggio Installazioni 60
Versione Corrente 1.1
Ultimo Aggiornamento 2015-12-08
Data di Pubblicazione 2015-12-07
Valutazione 3.40/5 Totale 5 Valutazioni
Sviluppatore Liv Landau
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}