Stormii Cloud | Shell Shockers Theme
New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!
ما هو Stormii Cloud | Shell Shockers Theme؟
Stormii Cloud | Shell Shockers Theme هو إضافة Chrome تم تطويرها بواسطة Stormii Cloud، والميزة الرئيسية لها هي "New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Stormii Cloud | Shell Shockers Theme
قم بتنزيل ملفات الامتداد Stormii Cloud | Shell Shockers Theme بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will edit the entire page layout and scope of shellshock.io to a more blue experience fit with clouds and a custom title.
معلومات أساسية عن التمديد
الاسم | |
ID | bncffgalbnlflcenmpcbfdnbfblidcpk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/stormii-cloud-shell-shock/bncffgalbnlflcenmpcbfdnbfblidcpk |
الوصف | New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022! |
حجم الملف | 15.31 KB |
عدد التثبيتات | 247 |
النسخة الحالية | 1.5 |
آخر تحديث | 2022-01-27 |
تاريخ النشر | 2022-01-21 |
تقييم | 4.38/5 مجموع تقييمات 8 |
المطور | Stormii Cloud |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Stormii Cloud | Shell Shockers Theme", "version": "1.5", "author": "Designed by Stormii Cloud#9228 | Programmed by Agent Adam#5972", "description": "New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/egghead.institute\/*", "*:\/\/shellshock.io\/*", "*:\/\/violentegg.club\/*", "*:\/\/algebra.vip\/*" ] } ], "icons": { "128": "theme_icon.png" } } |