Twitch Brightness Reducer

Controls brightness of the videoplayer in twitch.

Twitch Brightness Reducerคืออะไร?

Twitch Brightness Reducer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sougataghar47 และคุณลักษณะหลักของมันคือ "Controls brightness of the videoplayer in twitch."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Brightness Reducer

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

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

                        This extension Controls brightness of the video player  in twitch. Useful for when you are watching twitch at night.                    

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

ชื่อ Twitch Brightness Reducer Twitch Brightness Reducer
ID bigbbjepoigjhcbepeahdepmjbnjodek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-brightness-reducer/bigbbjepoigjhcbepeahdepmjbnjodek
คำอธิบาย Controls brightness of the videoplayer in twitch.
ขนาดไฟล์ 4.12 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-03-15
วันที่เผยแพร่ 2023-03-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา sougataghar47
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitch Brightness Reducer",
    "version": "1.0",
    "description": "Controls brightness of the videoplayer  in twitch.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "reducer.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}