Multi Twitch Extension

Chrome Extension who allow you to easely follow when your streamers goes live.

Multi Twitch Extensionคืออะไร?

Multi Twitch Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lupusanghren และคุณลักษณะหลักของมันคือ "Chrome Extension who allow you to easely follow when your streamers goes live."

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

screenshot

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

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

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

                        A Chrome extension that allows you to easely know when your favorite streamers are live.
With this chrome extension you can also manage your favorite streamers on Twitch.tv.
You will be notified when a streamer is live. 
You can easely add streamers through the option page or directly using the 'Add the current channel' button.
The 'Launch the multi twitch' button allow you to create a multitwitch page with the online streamers you have selected on the extension.                    

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

ชื่อ Multi Twitch Extension Multi Twitch Extension
ID jpgnbiffpoelgpegopldffmpbmfdojga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/multi-twitch-extension/jpgnbiffpoelgpegopldffmpbmfdojga
คำอธิบาย Chrome Extension who allow you to easely follow when your streamers goes live.
ขนาดไฟล์ 689 KB
จำนวนการติดตั้ง 933
เวอร์ชันปัจจุบัน 3.2.0
อัปเดตครั้งล่าสุด 2021-02-03
วันที่เผยแพร่ 2020-05-20
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Lupusanghren
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Lupusanghrenn/MultiTwitchExtension
URL หน้าช่วยเหลือ https://twitter.com/Lupusanghrenn
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "Multi Twitch",
    "background": {
        "scripts": [
            ".\/scripts\/script_back.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icone64.png",
        "default_popup": "pages\/index.html",
        "default_title": "Multi twitch"
    },
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "images\/icone128.png",
        "64": "images\/icone64.png",
        "32": "images\/icone32.png",
        "16": "images\/icone16.png"
    },
    "options_page": "pages\/template_option.html",
    "permissions": [
        "https:\/\/api.twitch.tv\/helix\/streams\/",
        "https:\/\/static-cdn.jtvnw.net\/jtv_user_pictures\/",
        "notifications",
        "tabs"
    ],
    "default_locale": "en",
    "version": "3.2.0",
    "author": "Lupusanghren @Lupusanghrenn"
}