Twitch Anti-Ban
Automatically opens a proxy stream & chat if you are banned in a channel.
什么是Twitch Anti-Ban?
Twitch Anti-Ban是由Rayner开发的Chrome扩展程序,该扩展的主要功能是“Automatically opens a proxy stream & chat if you are banned in a channel.”。
扩展截图
下载Twitch Anti-Ban扩展crx文件
下载Twitch Anti-Ban扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Supports BTTV/7TV emotes. You won't be able to send messages, but you'll still be able to read chat and watch the stream.
扩展基本信息
名称 | Twitch Anti-Ban |
ID | ipnllhnoiiclnoonckahfcpahgehgdgb |
官方URL | https://chromewebstore.google.com/detail/twitch-anti-ban/ipnllhnoiiclnoonckahfcpahgehgdgb |
简介 | Automatically opens a proxy stream & chat if you are banned in a channel. |
文件大小 | 201 KB |
安装次数 | 13,796 |
当前版本 | 3.4 |
更新时间 | 2024-02-25 |
上架时间 | 2020-07-14 |
评分 | 4.21/5 共106次评分 |
开发者 | Rayner |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/tmarenko/twitch_chat_antiban |
帮助页面URL | https://github.com/tmarenko/twitch_chat_antiban |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Timofei Marenko", "action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "hls.min.js", "jquery.min.js", "proxy-chat.js", "proxy-stream.js", "reconnecting-websocket.min.js", "utils.js", "content.js" ], "matches": [ "*:\/\/*.twitch.tv\/*" ], "all_frames": true, "run_at": "document_end" } ], "permissions": [ "storage" ], "description": "Automatically opens a proxy stream & chat if you are banned in a channel.", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "manifest_version": 3, "name": "Twitch Anti-Ban", "version": "3.4" } |