Do I Sound Like a Nazi?

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

Was ist Do I Sound Like a Nazi??

Do I Sound Like a Nazi? ist eine Chrome-Erweiterung, die von Liv Landau entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish.".

Erweiterungsscreenshots

screenshot

Do I Sound Like a Nazi?-Erweiterungs-CRX-Datei herunterladen

Laden Sie Do I Sound Like a Nazi?-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Do I Sound Like a Nazi? Do I Sound Like a Nazi?
ID dbhfbchkgfpkjljghlmnbdbgflhdpohg
Offizielle URL https://chromewebstore.google.com/detail/do-i-sound-like-a-nazi/dbhfbchkgfpkjljghlmnbdbgflhdpohg
Beschreibung Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish.
Dateigröße 20.6 KB
Installationsanzahl 60
Aktuelle Version 1.1
Letztes Update 2015-12-08
Veröffentlichungsdatum 2015-12-07
Bewertung 3.40/5 Insgesamt 5 Bewertungen
Entwickler Liv Landau
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}