Do I Sound Like a Nazi?

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

ما هو Do I Sound Like a Nazi?؟

Do I Sound Like a Nazi? هو إضافة Chrome تم تطويرها بواسطة Liv Landau، والميزة الرئيسية لها هي "Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Do I Sound Like a Nazi?

قم بتنزيل ملفات الامتداد Do I Sound Like a Nazi? بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Do I Sound Like a Nazi? Do I Sound Like a Nazi?
ID dbhfbchkgfpkjljghlmnbdbgflhdpohg
عنوان URL الرسمي https://chromewebstore.google.com/detail/do-i-sound-like-a-nazi/dbhfbchkgfpkjljghlmnbdbgflhdpohg
الوصف Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish.
حجم الملف 20.6 KB
عدد التثبيتات 60
النسخة الحالية 1.1
آخر تحديث 2015-12-08
تاريخ النشر 2015-12-07
تقييم 3.40/5 مجموع تقييمات 5
المطور Liv Landau
نوع الدفع free
اللغات المدعومة 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"
        }
    ]
}