Twitch Favorites

Enhance your chat experience with highlights

Twitch Favoritesคืออะไร?

Twitch Favorites เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Maxime Cote และคุณลักษณะหลักของมันคือ "Enhance your chat experience with highlights"

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

screenshot
screenshot

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

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

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

                        Ever been in a Twitch chat with hundreds of other peoples and missed what your friend was saying in chat?

Now, with Twitch Favorites, this won't happen again. This extension allows you to setup custom colors for specific people, and have their text highlighted in real time in the chat

Compatible with BTTV, FFZ and their highlight also now working with new twitch and legacy

*Warning you might not be able to stop once you start using this extension*                    

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

ชื่อ Twitch Favorites Twitch Favorites
ID ibgbiogjjahboaeffhcicimhgjmhnlcb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-favorites/ibgbiogjjahboaeffhcicimhgjmhnlcb
คำอธิบาย Enhance your chat experience with highlights
ขนาดไฟล์ 1010 KB
จำนวนการติดตั้ง 766
เวอร์ชันปัจจุบัน 5
อัปเดตครั้งล่าสุด 2021-07-21
วันที่เผยแพร่ 2018-10-17
คะแนน 4.38/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Maxime Cote
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html",
        "default_title": "Twitch Favorites"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery-latest.js",
                "init.js"
            ],
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ]
        }
    ],
    "description": "Enhance your chat experience with highlights",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjeqJc\/3GqPhcb12COEoh\/x9HTWdT4nmKqH6Xrm89xmKErylk10xI9f0Cz+deUG9+R3WDlyWFJ0gDQ1TA4TKyzaXyopYxN5h0k6u4EE6WwxQ6dPS5ONzyVfo0rJTbPATm9BeXDA99ih6gdNZx6EzjzgCkK9XyMElMN4s1h9dRTJ0o9qE0nHURY8KAz7EotXe69RxplhLFSCG9nz2Yj5RwXUvBB7QwyQl3c0kjLpuO4+S6pSjiu3thO6SvHrVFVT2yYl\/WrnTXvRx58Xzs74oehLgK5t1Epzl88EhtRP2hMHttVNcjlspIkk43VHY0cnzMxkXbONRuZGlykQru4leCdQIDAQAB",
    "manifest_version": 2,
    "name": "Twitch Favorites",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "*:\/\/*.twitch.tv\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5",
    "web_accessible_resources": [
        "favorite.js"
    ]
}