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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |