SLIVER Night Mode

This extension adds a Night Mode to SLIVER's website.

SLIVER Night Modeคืออะไร?

SLIVER Night Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rafazundt และคุณลักษณะหลักของมันคือ "This extension adds a Night Mode to SLIVER's website."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SLIVER Night Mode

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

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

                        This extension allow users to have a Night Mode at SLIVER website.                    

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

ชื่อ SLIVER Night Mode SLIVER Night Mode
ID dehbhpclhcjebfcaijeljoknahligjji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sliver-night-mode/dehbhpclhcjebfcaijeljoknahligjji
คำอธิบาย This extension adds a Night Mode to SLIVER's website.
ขนาดไฟล์ 68.89 KB
จำนวนการติดตั้ง 179
เวอร์ชันปัจจุบัน 0.6
อัปเดตครั้งล่าสุด 2018-01-08
วันที่เผยแพร่ 2018-01-07
คะแนน 3.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา rafazundt
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SLIVER Night Mode",
    "description": "This extension adds a Night Mode to SLIVER's website.",
    "version": "0.6",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.sliver.tv\/win\/*",
                "http:\/\/www.sliver.tv\/win\/*",
                "https:\/\/win.sliver.tv\/*",
                "http:\/\/win.sliver.tv\/*",
                "https:\/\/www.sliver.tv\/account\/inventory\/*",
                "http:\/\/www.sliver.tv\/account\/inventory\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}