Twitch Now

Explore games & track your favorite streams on Twitch

Twitch Nowคืออะไร?

Twitch Now เป็นส่วนขยายของ Chrome ที่พัฒนาโดย twitchnow และคุณลักษณะหลักของมันคือ "Explore games & track your favorite streams on Twitch"

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

screenshot

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

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

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

                        Twitch Now keeps users updated and connected to the Twitch experience outside of website. 

Track your favorite streams easily with Twitch Now and get a notification when one of your favorite streams goes online.                    

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

ชื่อ Twitch Now Twitch Now
ID nlmbdmpjmlijibeockamioakdpmhjnpk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/twitch-now/nlmbdmpjmlijibeockamioakdpmhjnpk
คำอธิบาย Explore games & track your favorite streams on Twitch
ขนาดไฟล์ 579 KB
จำนวนการติดตั้ง 100,000
เวอร์ชันปัจจุบัน 1.1.219
อัปเดตครั้งล่าสุด 2020-06-30
วันที่เผยแพร่ 2020-06-30
คะแนน 4.42/5 รวมทั้งหมด 2099 คะแนน
ผู้พัฒนา twitchnow
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,fr,tr,da,es,it,pl,pt-BR,pt-PT,ro,sk,sv,cs,el,sr,ru,zh-TW,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Now",
    "version": "1.1.219",
    "default_locale": "en",
    "manifest_version": 2,
    "description": "Explore games & track your favorite streams on Twitch",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "all_frames": true,
            "js": [
                "common\/content\/theatre-mode.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "common\/lib\/constants.js",
            "common\/dist\/contributors.js",
            "common\/lib\/3rd\/async.js",
            "common\/lib\/3rd\/jquery.js",
            "common\/lib\/3rd\/underscore.js",
            "common\/lib\/3rd\/backbone.js",
            "common\/lib\/3rd\/backbone.memento.js",
            "common\/lib\/3rd\/backbone.mixin.js",
            "common\/lib\/3rd\/eventemitter.js",
            "common\/lib\/utils.js",
            "common\/lib\/oauth2.js",
            "background.js",
            "common\/lib\/twitch-api.js",
            "common\/lib\/onerror.js",
            "common\/lib\/app.js"
        ],
        "persistent": true
    },
    "minimum_chrome_version": "1.1.142",
    "icons": {
        "16": "common\/icons\/32_1.png",
        "48": "common\/icons\/48_1.png",
        "128": "common\/icons\/128_1.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "common\/icons\/19_2.png",
            "38": "common\/icons\/38_2.png"
        },
        "default_popup": "common\/html\/popup.html"
    },
    "permissions": [
        "storage",
        "background",
        "*:\/\/*.twitch.tv\/*",
        "*:\/\/ndragomirov.github.io\/*",
        "notifications",
        "tabs"
    ]
}