Dark Mode | A Mod and Shell Shockers Theme
A custom dark theme for the website Shell Shockers. It also comes with mod options and many cool features!
Dark Mode | A Mod and Shell Shockers Themeคืออะไร?
Dark Mode | A Mod and Shell Shockers Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Themes R' Us และคุณลักษณะหลักของมันคือ "A custom dark theme for the website Shell Shockers. It also comes with mod options and many cool features!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dark Mode | A Mod and Shell Shockers Theme
ดาวน์โหลดไฟล์ส่วนขยาย Dark Mode | A Mod and Shell Shockers Theme ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Once the extension is installed, simply visit Shell Shockers for the custom theme. This theme makes the page look great, and is being updated frequently. NEW: Mods! You can access the mods by going to the puzzle piece at the top-right of your screen, and click our extension. Many more are coming! IMPORTANT: Mod selections don't save! You have to do it every time you load the page! Some features: Enable/Disable Theme without Need to Disable The Extension Custom Scope Custom Kill-Streak Icon Custom Theme Custom Logo Custom Health Bar Custom 5 Kill Shield And much more coming soon. In the next few weeks, the below features will be added. Custom Particles Custom Skins Custom Guns
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mbbolbckjdjlfpjahlbhcodgagdpcdnf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/dark-mode-a-mod-and-shell/mbbolbckjdjlfpjahlbhcodgagdpcdnf |
คำอธิบาย | A custom dark theme for the website Shell Shockers. It also comes with mod options and many cool features! |
ขนาดไฟล์ | 70.09 KB |
จำนวนการติดตั้ง | 61 |
เวอร์ชันปัจจุบัน | 2.06 |
อัปเดตครั้งล่าสุด | 2023-01-01 |
วันที่เผยแพร่ | 2022-12-22 |
คะแนน | 2.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Themes R' Us |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Dark Mode | A Mod and Shell Shockers Theme", "version": "2.06", "author": "An idiotic person", "description": "A custom dark theme for the website Shell Shockers. It also comes with mod options and many cool features!", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/shellshock.io\/*", "https:\/\/algebra.best\/*", "https:\/\/algebra.vip\/*", "https:\/\/biologyclass.club\/*", "https:\/\/deadlyegg.com\/*", "https:\/\/deathegg.world\/*", "https:\/\/egg.dance\/*", "https:\/\/eggboy.club\/*", "https:\/\/eggcombat.com\/*", "https:\/\/eggfacts.fun\/*", "https:\/\/egghead.institute\/*", "https:\/\/eggisthenewblack.com\/*", "https:\/\/eggsarecool.com\/*", "https:\/\/geometry.best\/*", "https:\/\/geometry.monster\/*", "https:\/\/geometry.pw\/*", "https:\/\/geometry.report\/*", "https:\/\/hardboiled.life\/*", "https:\/\/hardshell.life\/*", "https:\/\/humanorganising.org\/*", "https:\/\/mathactivity.xyz\/*", "https:\/\/mathdrills.info\/*", "https:\/\/mathdrills.life\/*", "https:\/\/mathfun.rocks\/*", "https:\/\/mathgames.world\/*", "https:\/\/math.international\/*", "https:\/\/mathlete.fun\/*", "https:\/\/mathlete.pro\/*", "https:\/\/new.shellshock.io\/*", "https:\/\/overeasy.club\/*", "https:\/\/scrambled.best\/*", "https:\/\/scrambled.tech\/*", "https:\/\/scrambled.today\/*", "https:\/\/scrambled.us\/*", "https:\/\/scrambled.world\/*", "https:\/\/shellsocks.com\/*", "https:\/\/shellshockers.club\/*", "https:\/\/shellshockers.site\/*", "https:\/\/shellshockers.us\/*", "https:\/\/shellshockers.world\/*", "https:\/\/softboiled.club\/*", "https:\/\/urbanegger.com\/*", "https:\/\/violentegg.club\/*", "https:\/\/violentegg.fun\/*", "https:\/\/yolk.best\/*", "https:\/\/yolk.life\/*", "https:\/\/yolk.rocks\/*", "https:\/\/yolk.tech\/*", "https:\/\/zygote.cafe\/*" ] } ], "action": { "default_popup": "popup.html" }, "icons": { "128": "icon.png" }, "permissions": [ "scripting", "activeTab" ] } |