Stop Normalizing Alt Right Neo-Nazi Edition

Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing

ما هو Stop Normalizing Alt Right Neo-Nazi Edition؟

Stop Normalizing Alt Right Neo-Nazi Edition هو إضافة Chrome تم تطويرها بواسطة StopNormalizing، والميزة الرئيسية لها هي "Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing".

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

screenshot

تحميل ملف CRX للإضافة Stop Normalizing Alt Right Neo-Nazi Edition

قم بتنزيل ملفات الامتداد Stop Normalizing Alt Right Neo-Nazi Edition بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        By popular demand! Stop Normalizing Neo-Nazi Edition.

After installing "alt-right" will change into "neo-nazi" on any website, tweet, facebook post, wikipedia article, and others. 

Don't buy the rebranding; reject it.

NOTE: If you were using the original Stop Normalizing Chrome Extension, make sure to disable it before using the Neo-Nazi Edition.                    

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

الاسم Stop Normalizing Alt Right Neo-Nazi Edition Stop Normalizing Alt Right Neo-Nazi Edition
ID ffbjneeahjafobcedlebkckenpkppjhj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/stop-normalizing-alt-righ/ffbjneeahjafobcedlebkckenpkppjhj
الوصف Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing
حجم الملف 3.58 KB
عدد التثبيتات 442
النسخة الحالية 1.0
آخر تحديث 2018-07-05
تاريخ النشر 2018-07-05
تقييم 3.82/5 مجموع تقييمات 33
المطور StopNormalizing
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة http://www.stopnormalizing.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stop Normalizing Alt Right Neo-Nazi Edition",
    "version": "1.0",
    "description": "Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https:\/\/twitter.com\/stopnormalizing",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}