Do I Sound Like a Nazi?

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

Wat is Do I Sound Like a Nazi??

Do I Sound Like a Nazi? is een Chrome-extensie ontwikkeld door Liv Landau, en de belangrijkste functie is "Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Do I Sound Like a Nazi?

Download Do I Sound Like a Nazi?-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Do I Sound Like a Nazi? Do I Sound Like a Nazi?
ID dbhfbchkgfpkjljghlmnbdbgflhdpohg
Officiële URL https://chromewebstore.google.com/detail/do-i-sound-like-a-nazi/dbhfbchkgfpkjljghlmnbdbgflhdpohg
Beschrijving Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish.
Bestandsgrootte 20.6 KB
Aantal Installaties 60
Huidige Versie 1.1
Laatst Bijgewerkt 2015-12-08
Publicatiedatum 2015-12-07
Beoordeling 3.40/5 Totaal 5 Beoordelingen
Ontwikkelaar Liv Landau
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}