Minty || Shell Shockers
by Jayvan
Minty || Shell Shockersคืออะไร?
Minty || Shell Shockers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jayvandev และคุณลักษณะหลักของมันคือ "by Jayvan"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Minty || Shell Shockers
ดาวน์โหลดไฟล์ส่วนขยาย Minty || Shell Shockers ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Minty Shell Shockers Theme Enhance your shell shockers experience with a custom shell shockers theme! Features: - Custom UI - Custom Scope - Custom Crosshair UPDATE: - Removed Spotify
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Minty || Shell Shockers |
ID | jflgpdcdjddeffbonmencaniedjmpgjh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/minty-shell-shockers/jflgpdcdjddeffbonmencaniedjmpgjh |
คำอธิบาย | by Jayvan |
ขนาดไฟล์ | 18.04 KB |
จำนวนการติดตั้ง | 59 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2023-03-23 |
วันที่เผยแพร่ | 2022-10-18 |
ผู้พัฒนา | jayvandev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Minty || Shell Shockers", "description": "by Jayvan", "version": "1.3", "icons": { "128": "icon128.png" }, "content_scripts": [ { "js": [ "popup.js" ], "matches": [ "https:\/\/shellshock.io\/" ] } ] } |