Alt-Right to Neo-Nazi

Replaces the text 'Alt-Right' with 'neo-nazi'.

ما هو Alt-Right to Neo-Nazi؟

Alt-Right to Neo-Nazi هو إضافة Chrome تم تطويرها بواسطة MBilokonsky، والميزة الرئيسية لها هي "Replaces the text 'Alt-Right' with 'neo-nazi'.".

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

screenshot
screenshot
screenshot

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

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

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

                        This browser extension clarifies certain ambiguities in the media coverage of the so-called 'alt-right' neo-nazi movement in the united states.

With this extension installed, the text "The Alt-Right" will become 'The Neo-Nazi movement', and the text 'Alt-Right' will simply become 'Neo-Nazi'.                    

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

الاسم Alt-Right to Neo-Nazi Alt-Right to Neo-Nazi
ID ncmeapahfpbjkalemlmnklpkjdlpimjh
عنوان URL الرسمي https://chromewebstore.google.com/detail/alt-right-to-neo-nazi/ncmeapahfpbjkalemlmnklpkjdlpimjh
الوصف Replaces the text 'Alt-Right' with 'neo-nazi'.
حجم الملف 11.81 KB
عدد التثبيتات 12
النسخة الحالية 1.0
آخر تحديث 2016-11-21
تاريخ النشر 2016-11-21
تقييم 5.00/5 مجموع تقييمات 1
المطور MBilokonsky
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alt-Right to Neo-Nazi",
    "short_name": "Neo-Nazi",
    "description": "Replaces the text 'Alt-Right' with 'neo-nazi'.",
    "author": "Mykola Bilokonsky",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}