Twitch Anti-Ban
Automatically opens a proxy stream & chat if you are banned in a channel.
Twitch Anti-Ban là gì?
Twitch Anti-Ban là một tiện ích mở rộng Chrome được phát triển bởi Rayner, và tính năng chính của nó là "Automatically opens a proxy stream & chat if you are banned in a channel.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Twitch Anti-Ban
Tải xuống các tệp mở rộng Twitch Anti-Ban dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitch Anti-Ban |
ID | ipnllhnoiiclnoonckahfcpahgehgdgb |
URL Chính Thức | https://chromewebstore.google.com/detail/twitch-anti-ban/ipnllhnoiiclnoonckahfcpahgehgdgb |
Mô tả | Automatically opens a proxy stream & chat if you are banned in a channel. |
Kích Thước Tệp | 201 KB |
Số Lần Cài Đặt | 13,796 |
Phiên Bản Hiện Tại | 3.4 |
Cập Nhật Lần Cuối | 2024-02-25 |
Ngày Phát Hành | 2020-07-14 |
Đánh Giá | 4.21/5 Tổng số 106 Đánh Giá |
Nhà Phát Triển | Rayner |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/tmarenko/twitch_chat_antiban |
URL Trang Trợ Giúp | https://github.com/tmarenko/twitch_chat_antiban |
Ngôn Ngữ Được Hỗ Trợ | 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" } |