Boolet x Deltastorm | Shell Shockers Theme

New Shell Shockers Theme by Boolet, released on the 10th of August 2021!

Boolet x Deltastorm | Shell Shockers Themeคืออะไร?

Boolet x Deltastorm | Shell Shockers Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hasanx Developer และคุณลักษณะหลักของมันคือ "New Shell Shockers Theme by Boolet, released on the 10th of August 2021!"

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

screenshot

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

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

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

                        Brand new Shell Shockers theme! Edits the entire page layout and scope, hope you enjoy!                    

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

ชื่อ Boolet x Deltastorm | Shell Shockers Theme Boolet x Deltastorm | Shell Shockers Theme
ID jmngpihiddcdgmejpilggphdcamemdkf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/boolet-x-deltastorm-shell/jmngpihiddcdgmejpilggphdcamemdkf
คำอธิบาย New Shell Shockers Theme by Boolet, released on the 10th of August 2021!
ขนาดไฟล์ 16.68 KB
จำนวนการติดตั้ง 1,878
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2021-12-02
วันที่เผยแพร่ 2021-08-10
คะแนน 4.71/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Hasanx Developer
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Boolet x Deltastorm | Shell Shockers Theme",
    "version": "1.3",
    "author": "Designed by boolet#5550 | Programmed by Agent Adam#5972",
    "description": "New Shell Shockers Theme by Boolet, released on the 10th of August 2021!",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/egghead.institute\/*",
                "https:\/\/shellshock.io\/*",
                "https:\/\/violentegg.club\/*"
            ]
        }
    ],
    "icons": {
        "128": "egg.png"
    }
}