Vital | Shell Shockers Theme

New Shell Shockers Theme created by by Agent Adam and Crow, released on the 25th of April 2021

ما هو Vital | Shell Shockers Theme؟

Vital | Shell Shockers Theme هو إضافة Chrome تم تطويرها بواسطة Hasanx Developer، والميزة الرئيسية لها هي "New Shell Shockers Theme created by by Agent Adam and Crow, released on the 25th of April 2021".

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

screenshot

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

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

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

                        Brand new Shell Shockers theme! Edits the entire page layout and scope, hope you enjoy!                    

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

الاسم Vital | Shell Shockers Theme Vital | Shell Shockers Theme
ID pfddkonbihkllmlcmicpepmfhpodnjbn
عنوان URL الرسمي https://chromewebstore.google.com/detail/vital-shell-shockers-them/pfddkonbihkllmlcmicpepmfhpodnjbn
الوصف New Shell Shockers Theme created by by Agent Adam and Crow, released on the 25th of April 2021
حجم الملف 16.35 KB
عدد التثبيتات 589
النسخة الحالية 1
آخر تحديث 2021-04-28
تاريخ النشر 2021-04-27
تقييم 4.30/5 مجموع تقييمات 10
المطور Hasanx Developer
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vital | Shell Shockers Theme",
    "version": "1",
    "author": "Agent Adam#5972 and Crow#4020",
    "description": "New Shell Shockers Theme created by by Agent Adam and Crow, released on the 25th of April 2021",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/shellshock.io\/*"
            ]
        }
    ],
    "icons": {
        "128": "egg.png"
    }
}