Meno || Shell Shockers

Meno Shell Shockers Theme

Meno || Shell Shockersคืออะไร?

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

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

screenshot

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

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

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

                        Shell Shockers Theme made for MenoXD, a twitch streamer and Blue Wizard Digital Content Creator

This theme features

- Custom Scope
- Custom Crosshair
- Custom UI designed for the new UI
- Much More!

Update: Moved CSS to local files                    

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

ชื่อ Meno || Shell Shockers Meno || Shell Shockers
ID oncipepcafldlcladghpgkejfeflkkmh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/meno-shell-shockers/oncipepcafldlcladghpgkejfeflkkmh
คำอธิบาย Meno Shell Shockers Theme
ขนาดไฟล์ 22.22 KB
จำนวนการติดตั้ง 1,549
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2023-04-11
วันที่เผยแพร่ 2023-02-23
คะแนน 4.57/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา jayvandev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Meno || Shell Shockers",
    "version": "2.1",
    "author": "Jayvan",
    "description": "Meno Shell Shockers Theme",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/shellshock.io\/*"
            ]
        }
    ],
    "icons": {
        "128": "egg.png"
    }
}