stream[on]
An Chrome extension to alert you when a streaming goes online.
stream[on]란 무엇입니까?
stream[on]은(는) https://streamon.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An Chrome extension to alert you when a streaming goes online."입니다.
확장 프로그램 스크린샷
stream[on] 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
StreamON is an Chrome extension to alert you when a streaming goes online. • Works only with Twitch • Displays online streams from your followed list • Notifications in background Report bugs here: https://github.com/HackJack-101/StreamON/issues Source code: https://github.com/HackJack-101/StreamON
확장 프로그램 기본 정보
이름 | stream[on] |
ID | kehnkjfpdndnpddnhlnaeaplnbegleim |
공식 URL | https://chromewebstore.google.com/detail/streamon/kehnkjfpdndnpddnhlnaeaplnbegleim |
설명 | An Chrome extension to alert you when a streaming goes online. |
파일 크기 | 101 KB |
설치 횟수 | 186 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2022-10-24 |
출시 날짜 | 2019-09-21 |
평점 | 4.50/5 총 4 개의 평점 |
개발자 | https://streamon.info |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://streamon.info/policies/privacy |
지원되는 언어 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "default_locale": "en", "version": "1.0.3", "description": "__MSG_extDesc__", "browser_action": { "default_icon": "assets\/icon128.png", "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "permissions": [ "notifications", "tabs", "management", "background", "storage", "contextMenus", "identity", "https:\/\/id.twitch.tv\/oauth2\/*" ], "background": { "scripts": [ "lib\/tools.js", "lib\/twitch.js", "background.js" ], "persistent": true }, "web_accessible_resources": [ "assets\/*.png", "lib\/*.js", "options\/options.html" ], "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "options_ui": { "page": "options\/options.html", "chrome_style": true } } |