Tinker for Twitch

Control visual elements of Twitch.tv

Tinker for Twitchคืออะไร?

Tinker for Twitch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย matou.io และคุณลักษณะหลักของมันคือ "Control visual elements of Twitch.tv"

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

screenshot
screenshot

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

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

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

                        Give yourself more control over what is displayed on Twitch. Tinker allows you to toggle visual elements of Twitch so you can get rid of distracting or unwanted elements.

Tinker allows you to hide elements such as:
- Recommended channels
- Twitch prime elements
- Notifications
- Private messages

Tinker is still an active development so any feedback or issues can be reported here: https://github.com/matoululu/Tinker/issues                    

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

ชื่อ Tinker for Twitch Tinker for Twitch
ID aelphekojmlpcdoohblacpihddffflke
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tinker-for-twitch/aelphekojmlpcdoohblacpihddffflke
คำอธิบาย Control visual elements of Twitch.tv
ขนาดไฟล์ 22.43 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 2.5.4
อัปเดตครั้งล่าสุด 2020-03-23
วันที่เผยแพร่ 2020-03-23
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา matou.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/matoululu/Tinker
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tinker for Twitch",
    "short_name": "Tinker",
    "version": "2.5.4",
    "description": "Control visual elements of Twitch.tv",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "override.css"
            ],
            "js": [
                "chromestorageservice.js",
                "override.js"
            ],
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "options.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}