Hazard | Shell Shockers Theme
A shellshockers theme for Hazard!
Hazard | Shell Shockers Themeคืออะไร?
Hazard | Shell Shockers Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย omeralp.tr และคุณลักษณะหลักของมันคือ "A shellshockers theme for Hazard!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hazard | Shell Shockers Theme
ดาวน์โหลดไฟล์ส่วนขยาย Hazard | Shell Shockers Theme ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This theme was coded by Magma, the design was all done by Hazard. Includes custom scope and crosshair! Hope you guys enjoy the theme! Thanks to Boolet for the template!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kielfepkmaliafegkoeckblcglcnccmj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/hazard-shell-shockers-the/kielfepkmaliafegkoeckblcglcnccmj |
คำอธิบาย | A shellshockers theme for Hazard! |
ขนาดไฟล์ | 16.36 KB |
จำนวนการติดตั้ง | 354 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2022-08-18 |
วันที่เผยแพร่ | 2022-08-14 |
คะแนน | 4.71/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | omeralp.tr |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hazard | Shell Shockers Theme", "version": "1.3", "author": "Designed by Hazard | Programmed by Magma#9993", "description": "A shellshockers theme for Hazard!", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/egghead.institute\/*", "https:\/\/shellshock.io\/*", "https:\/\/violentegg.club\/*" ] } ], "icons": { "128": "egg.png" } } |