MultiStream Extension
Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV.
MultiStream Extensionคืออะไร?
MultiStream Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jeffdalley และคุณลักษณะหลักของมันคือ "Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MultiStream Extension
ดาวน์โหลดไฟล์ส่วนขยาย MultiStream Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome Extension for working with Twitch TV and https://multistre.am. This tool is intended to provide a few shortcuts for those who still use the main Twitch TV website, but would like to quickly and easily switch to MultiStream with up to 6 channels via the Extension button popup. When entering channel names in the extension's popup, your entries will be saved to local storage. This will enable you to browse to multiple Twitch pages and click the '+' button to add that stream, while persisting your previous additions despite the popup disappearing.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MultiStream Extension |
ID | njglhbamlnkijhmcpnphfjeboaddnend |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/multistream-extension/njglhbamlnkijhmcpnphfjeboaddnend |
คำอธิบาย | Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV. |
ขนาดไฟล์ | 264 KB |
จำนวนการติดตั้ง | 228 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2024-02-03 |
วันที่เผยแพร่ | 2017-10-10 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | jeffdalley |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jdalley |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MultiStream Extension", "short_name": "ms-extension", "description": "Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV.", "version": "1.4", "action": { "default_icon": "images\/icon32.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/kbmod-logo-48.png", "128": "images\/kbmod-logo-128.png" }, "permissions": [ "tabs", "storage" ] } |