Twitch Auto Switcher
Switch to the next stream when current went offline
Twitch Auto Switcher란 무엇입니까?
Twitch Auto Switcher은(는) Rena Ryuugu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Switch to the next stream when current went offline"입니다.
확장 프로그램 스크린샷
Twitch Auto Switcher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension automatically switches stream on the twitch.tv website when the currently watched one has become offline. Users can configure switch behavior. Available options: - Currently watched category (default) - Popular streams - Any available stream category Additional features: - Temporary enable/disable switching
확장 프로그램 기본 정보
이름 | Twitch Auto Switcher |
ID | pnbkgojbcabcnllmijapjhbbgagfelfi |
공식 URL | https://chromewebstore.google.com/detail/twitch-auto-switcher/pnbkgojbcabcnllmijapjhbbgagfelfi |
설명 | Switch to the next stream when current went offline |
파일 크기 | 167 KB |
설치 횟수 | 221 |
현재 버전 | 2.1.0 |
최근 업데이트 | 2022-12-31 |
출시 날짜 | 2020-04-20 |
평점 | 3.00/5 총 6 개의 평점 |
개발자 | Rena Ryuugu |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/svmn/twitch-auto-switcher |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "2.1.0", "manifest_version": 3, "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage", "declarativeContent" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "js\/content-script.js" ], "run_at": "document_idle", "all_frames": false } ], "action": { "default_icon": { "16": "icons\/icon-16.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png" }, "default_title": "__MSG_popupTitle__", "default_popup": "popup.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjK4BljfVuTP0TNeJXftEyosUUryw0K0\/pS8a34d6RwGLDjDWZXBlEJrKtP1hB904rvJMs5cXTGuImlaTvZklf6TQ2CgRgFlVDnE4YWoTUa+YNLaRDwpwQejkm9AtHDQpsPG3pH9ymSw7cU87Q8v0ZmBPAzgH+IIJ4IcxtGRcMg1FmZt5JcXCtkGMpqk9ukb7RNdu7I0VZnaBQkKriWmV7\/EXjfzRzFSk08f95\/BBfBCi0rZAuGFYOi5IpyjgP4Vv3I8RyKIhTCl0UGIZZthjzq\/3VIM\/VzVAG3d4cdl9cj7paNeSxwGNV3XYExuXTSChv6Z\/6D1f8lKkmweAofwtzwIDAQAB" } |