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文件
下載Twitch Auto Switcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } |