Graysocean | Shell Shockers Theme

New Shell Shockers Theme by Infinite Smasher, released on the 25th of August 2021!

ما هو Graysocean | Shell Shockers Theme؟

Graysocean | Shell Shockers Theme هو إضافة Chrome تم تطويرها بواسطة Hasanx Developer، والميزة الرئيسية لها هي "New Shell Shockers Theme by Infinite Smasher, released on the 25th of August 2021!".

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

screenshot

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

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

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

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

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

الاسم Graysocean | Shell Shockers Theme Graysocean | Shell Shockers Theme
ID ofliekbfejmgmbllkjhdloiipiadcnje
عنوان URL الرسمي https://chrome.google.com/webstore/detail/graysocean-shell-shockers/ofliekbfejmgmbllkjhdloiipiadcnje
الوصف New Shell Shockers Theme by Infinite Smasher, released on the 25th of August 2021!
حجم الملف 16.41 KB
عدد التثبيتات 1,912
النسخة الحالية 1
آخر تحديث 2021-09-17
تاريخ النشر 2021-09-17
تقييم 4.67/5 مجموع تقييمات 6
المطور Hasanx Developer
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Graysocean | Shell Shockers Theme",
    "version": "1",
    "author": "Designed by Infinite Smasher#4281 | Programmed by Agent Adam#5972",
    "description": "New Shell Shockers Theme by Infinite Smasher, released on the 25th of August 2021!",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/egghead.institute\/*",
                "https:\/\/shellshock.io\/*",
                "https:\/\/violentegg.club\/*"
            ]
        }
    ],
    "icons": {
        "128": "egg.png"
    }
}