Lone Wolf

They're not a lone wolf, they're a white terrorist

ما هو Lone Wolf؟

Lone Wolf هو إضافة Chrome تم تطويرها بواسطة jemtallon، والميزة الرئيسية لها هي "They're not a lone wolf, they're a white terrorist".

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

screenshot

تحميل ملف CRX للإضافة Lone Wolf

قم بتنزيل ملفات الامتداد Lone Wolf بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Tired of racist journalists labeling every brown person with a gun as a "terrorist" but every white person with a gun as a "lone wolf"? Let's fix that glitch.                    

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

الاسم Lone Wolf Lone Wolf
ID lefghopkppbhkhmaiilecljbfhhchmcp
عنوان URL الرسمي https://chromewebstore.google.com/detail/lone-wolf/lefghopkppbhkhmaiilecljbfhhchmcp
الوصف They're not a lone wolf, they're a white terrorist
حجم الملف 4.2 KB
عدد التثبيتات 30
النسخة الحالية 1.0.0
آخر تحديث 2017-10-02
تاريخ النشر 2017-10-02
تقييم 3.50/5 مجموع تقييمات 4
المطور jemtallon
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lone Wolf",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "They're not a lone wolf, they're a white terrorist",
    "browser_action": {
        "name": "Lone Wolf",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}