My Twitch Tv Following

Displays the online channels from your following list on Twitch in real time.

My Twitch Tv Followingคืออะไร?

My Twitch Tv Following เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Noxius และคุณลักษณะหลักของมันคือ "Displays the online channels from your following list on Twitch in real time."

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

screenshot
screenshot
screenshot

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

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

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

                        Displays up to 100 of the channels that you are following on Twitch.tv that are currently online in real time. With optional audio and push notifications, you'll never miss when a channel you follow comes online again.

*** UPDATED June 6, 2023 ***
Fixed an issue that was causing authentication and authorization errors

*** UPDATED Sept 15, 2022 ***
Added a dark mode that uses dark backgrounds and light text colors

*** UPDATED Feb 19, 2022 ***
Updated in preparation for Twitch migrating to a new API

*** UPDATED Aug 23, 2019 ***
Fixed an issue related to Twitch migrating their API to a newer version
Fixed an issue that prevented push notifications from displaying
Fixed an issue that prevented some options from being saved when changed                    

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

ชื่อ My Twitch Tv Following My Twitch Tv Following
ID gbnicdonieafpdoggdddabimodjmmopl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/my-twitch-tv-following/gbnicdonieafpdoggdddabimodjmmopl
คำอธิบาย Displays the online channels from your following list on Twitch in real time.
ขนาดไฟล์ 223 KB
จำนวนการติดตั้ง 311
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2023-06-06
วันที่เผยแพร่ 2019-08-23
คะแนน 4.22/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Noxius
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Twitch Tv Following",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Displays the online channels from your following list on Twitch in real time.",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "jquery-1.10.2.min.js",
            "background.js"
        ]
    },
    "icons": {
        "64": "heart-64p.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "heart-19p.png",
            "38": "heart-38p.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.10.2.min.js",
                "reader.js"
            ],
            "all_frames": false,
            "matches": [
                "*:\/\/*.twitch.tv\/settings\/*"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.twitch.tv\/*",
        "http:\/\/static-cdn.jtvnw.net\/*",
        "notifications"
    ]
}