Hazard | Shell Shockers Theme

A shellshockers theme for Hazard!

ما هو Hazard | Shell Shockers Theme؟

Hazard | Shell Shockers Theme هو إضافة Chrome تم تطويرها بواسطة omeralp.tr، والميزة الرئيسية لها هي "A shellshockers theme for Hazard!".

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

screenshot

تحميل ملف CRX للإضافة Hazard | Shell Shockers Theme

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

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

                        This theme was coded by Magma, the design was all done by Hazard. Includes custom scope and crosshair! Hope you guys enjoy the theme! Thanks to Boolet for the template!                    

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

الاسم Hazard | Shell Shockers Theme Hazard | Shell Shockers Theme
ID kielfepkmaliafegkoeckblcglcnccmj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/hazard-shell-shockers-the/kielfepkmaliafegkoeckblcglcnccmj
الوصف A shellshockers theme for Hazard!
حجم الملف 16.36 KB
عدد التثبيتات 354
النسخة الحالية 1.3
آخر تحديث 2022-08-18
تاريخ النشر 2022-08-14
تقييم 4.71/5 مجموع تقييمات 14
المطور omeralp.tr
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hazard | Shell Shockers Theme",
    "version": "1.3",
    "author": "Designed by Hazard | Programmed by Magma#9993",
    "description": "A shellshockers theme for Hazard!",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/egghead.institute\/*",
                "https:\/\/shellshock.io\/*",
                "https:\/\/violentegg.club\/*"
            ]
        }
    ],
    "icons": {
        "128": "egg.png"
    }
}