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 |
Eメール | [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" } |