Among Us Theme || Shell Shockers
by Jayvan & Helloworld
ما هو Among Us Theme || Shell Shockers؟
Among Us Theme || Shell Shockers هو إضافة Chrome تم تطويرها بواسطة jayvandev، والميزة الرئيسية لها هي "by Jayvan & Helloworld".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Among Us Theme || Shell Shockers
قم بتنزيل ملفات الامتداد Among Us Theme || Shell Shockers بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Among Us in Shell Shockers! Enjoy a modified UI as well as in game mods, including custom particles, sussy eggs, and a custom skybox.
معلومات أساسية عن التمديد
الاسم | |
ID | enajpjeakcobmhjdlbmipbknelalcioi |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/among-us-theme-shell-shoc/enajpjeakcobmhjdlbmipbknelalcioi |
الوصف | by Jayvan & Helloworld |
حجم الملف | 32.32 KB |
عدد التثبيتات | 849 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-04-11 |
تاريخ النشر | 2022-04-11 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | jayvandev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Among Us Theme || Shell Shockers", "description": "by Jayvan & Helloworld", "version": "1.0", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "js": [ "amongus.js" ], "matches": [ "https:\/\/shellshock.io\/" ] } ] } |