Do I Sound Like a Nazi?

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

What is Do I Sound Like a Nazi??

Do I Sound Like a Nazi? is a Chrome extension developed by Liv Landau, and its main feature is "Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish.".

Extension Screenshots

screenshot

Download Do I Sound Like a Nazi? Extension CRX File

Download Do I Sound Like a Nazi? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Do I Sound Like a Nazi? Do I Sound Like a Nazi?
ID dbhfbchkgfpkjljghlmnbdbgflhdpohg
Official URL https://chromewebstore.google.com/detail/do-i-sound-like-a-nazi/dbhfbchkgfpkjljghlmnbdbgflhdpohg
Description Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish.
File Size 20.6 KB
Installation Count 60
Current Version 1.1
Last Updated 2015-12-08
Publish Date 2015-12-07
Rating 3.40/5 Total 5 Ratings
Developer Liv Landau
Payment Type free
Supported Languages 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"
        }
    ]
}