MultiStream Extension
Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV.
MultiStream Extension란 무엇입니까?
MultiStream Extension은(는) jeffdalley에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV."입니다.
확장 프로그램 스크린샷
MultiStream Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |