Twitch Contrast

Change Twitch chat contrast

Twitch Contrastคืออะไร?

Twitch Contrast เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jphunter.0 และคุณลักษณะหลักของมันคือ "Change Twitch chat contrast"

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

screenshot

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

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

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

                        The extension will adjust the contrast of Twitch chat so names are easier to read.                    

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

ชื่อ Twitch Contrast Twitch Contrast
ID mppmegdhndjcellnpfoccakohbhkeglg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-contrast/mppmegdhndjcellnpfoccakohbhkeglg
คำอธิบาย Change Twitch chat contrast
ขนาดไฟล์ 4.75 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2017-06-06
วันที่เผยแพร่ 2017-06-05
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา jphunter.0
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Contrast",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Change Twitch chat contrast",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Twitch Contrast"
    },
    "permissions": [
        "https:\/\/www.twitch.tv\/*",
        "http:\/\/www.twitch.tv\/*",
        "tabs"
    ]
}