Twitch Anti-Ban
Automatically opens a proxy stream & chat if you are banned in a channel.
What is Twitch Anti-Ban?
Twitch Anti-Ban is a Chrome extension developed by Rayner, and its main feature is "Automatically opens a proxy stream & chat if you are banned in a channel.".
Extension Screenshots
Download Twitch Anti-Ban Extension CRX File
Download Twitch Anti-Ban extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Twitch Anti-Ban |
ID | ipnllhnoiiclnoonckahfcpahgehgdgb |
Official URL | https://chromewebstore.google.com/detail/twitch-anti-ban/ipnllhnoiiclnoonckahfcpahgehgdgb |
Description | Automatically opens a proxy stream & chat if you are banned in a channel. |
File Size | 201 KB |
Installation Count | 13,796 |
Current Version | 3.4 |
Last Updated | 2024-02-25 |
Publish Date | 2020-07-14 |
Rating | 4.21/5 Total 106 Ratings |
Developer | Rayner |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/tmarenko/twitch_chat_antiban |
Help Page URL | https://github.com/tmarenko/twitch_chat_antiban |
Supported Languages | 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" } |