Twitch Now Streaming
Explore games & track your favorite streams on Twitch
Twitch Now Streamingคืออะไร?
Twitch Now Streaming เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://1bestlinks.net และคุณลักษณะหลักของมันคือ "Explore games & track your favorite streams on Twitch"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Now Streaming
ดาวน์โหลดไฟล์ส่วนขยาย Twitch Now Streaming ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Explore the game and follow your favorite streams on Twitch Twitch Now Streaming keeps users up to date and connected with the Twitch experience off-site. Track how many optional twitch accounts and get visual and / or audio notifications as they appear online. Keeping track of your stream favorites is easy with Twitch Now Streaming and gets notified when one of your favorite streams is online.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nfddlnjjkcigkoecfgcghmfjnbonbhef |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/twitch-now-streaming/nfddlnjjkcigkoecfgcghmfjnbonbhef |
คำอธิบาย | Explore games & track your favorite streams on Twitch |
ขนาดไฟล์ | 683 KB |
จำนวนการติดตั้ง | 550 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2020-11-03 |
วันที่เผยแพร่ | 2020-11-03 |
คะแนน | 2.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | http://1bestlinks.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | http://1bestlinks.net/page/privacy-policy |
ภาษาที่รองรับ | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Now Streaming", "version": "1.0.1", "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", "install.js" ], "persistent": true }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6TOX37rNt6WIbEUDvxiAM02wKhdDYQJrgdS+xw5mjQZpWxvCprv0M\/7Fabe67c9C7dsWcyUJfCt1sTRcthSKn356XfPXkrigq2\/bKPTgNOT4bBYEnkamHM0Kh\/o4ONK1LGBcH2dtOBo28Zin6btZ+JBwjExEi30MG9V7Ncj5KvdA6tn6pvZ1n0SkcF42bPYjgbKArmxmoLS6SE5UW3HbeBTlcunGMjIMBpIMfLTzplugaJQxVi8kZvn3RSyTg3TFxYZCujlmfcje9DGzulLh3oI1Z7iTzRVvwPAamGf9rJ0MbadMWtLZ3VcqaCaXvzURcQYq1lLrVlvna1kkGb08HwIDAQAB", "minimum_chrome_version": "1.1.142", "icons": { "16": "common\/icons\/icon-16.png", "48": "common\/icons\/icon-48.png", "128": "common\/icons\/icon-128.png" }, "browser_action": { "default_icon": { "16": "common\/icons\/icon-16.png", "48": "common\/icons\/icon-48.png" }, "default_popup": "common\/html\/popup.html" }, "permissions": [ "storage", "background", "*:\/\/*.twitch.tv\/*", "*:\/\/ndragomirov.github.io\/*", "notifications", "tabs" ] } |