Multistre.am Opener
Extension to open all open Twitch tabs in Multistre.am
Multistre.am Opener란 무엇입니까?
Multistre.am Opener은(는) Jimi Hite에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to open all open Twitch tabs in Multistre.am"입니다.
확장 프로그램 스크린샷
Multistre.am Opener 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ever wanted to watch multiple Twitch streams at once? MultiStre.am Opener is an extension that provides an easy to use interface to watch up to eight streams at once using the website MultiStre.am. To use, visit Twitch.tv, open the extension and then either enter up to eight names of live streamers or open all Twitch tabs in your browser window with MultiStre.am.
확장 프로그램 기본 정보
이름 | Multistre.am Opener |
ID | obmfjmajpmjbjpmjnlpncccjgmlpcifi |
공식 URL | https://chromewebstore.google.com/detail/multistream-opener/obmfjmajpmjbjpmjnlpncccjgmlpcifi |
설명 | Extension to open all open Twitch tabs in Multistre.am |
파일 크기 | 14.39 KB |
설치 횟수 | 38 |
현재 버전 | 1.0 |
최근 업데이트 | 2021-05-31 |
출시 날짜 | 2021-05-25 |
개발자 | Jimi Hite |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Multistre.am Opener", "version": "1.0", "description": "Extension to open all open Twitch tabs in Multistre.am", "permissions": [ "declarativeContent", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/multi_16.png", "32": "images\/multi_32.png", "48": "images\/multi_48.png", "128": "images\/multi_128.png" } }, "icons": { "16": "images\/multi_16.png", "32": "images\/multi_32.png", "48": "images\/multi_48.png", "128": "images\/multi_128.png" }, "options_page": "options.html", "manifest_version": 2 } |