Among Us Theme || Shell Shockers

by Jayvan & Helloworld

Among Us Theme || Shell Shockersคืออะไร?

Among Us Theme || Shell Shockers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jayvandev และคุณลักษณะหลักของมันคือ "by Jayvan & Helloworld"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Among Us Theme || Shell Shockers

ดาวน์โหลดไฟล์ส่วนขยาย Among Us Theme || Shell Shockers ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Among Us in Shell Shockers! Enjoy a modified UI as well as in game mods, including custom particles, sussy eggs, and a custom skybox.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Among Us Theme || Shell Shockers Among Us Theme || Shell Shockers
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\/"
            ]
        }
    ]
}