Twitch Anti-Ban
Automatically opens a proxy stream & chat if you are banned in a channel.
Co je Twitch Anti-Ban?
Twitch Anti-Ban je rozšíření Chrome vyvinuté Rayner, a jeho hlavní funkcí je „Automatically opens a proxy stream & chat if you are banned in a channel.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Twitch Anti-Ban
Stáhněte si soubory rozšíření Twitch Anti-Ban ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Twitch Anti-Ban |
ID | ipnllhnoiiclnoonckahfcpahgehgdgb |
Oficiální URL | https://chromewebstore.google.com/detail/twitch-anti-ban/ipnllhnoiiclnoonckahfcpahgehgdgb |
Popis | Automatically opens a proxy stream & chat if you are banned in a channel. |
Velikost souboru | 201 KB |
Počet instalací | 13,796 |
Aktuální Verze | 3.4 |
Poslední Aktualizace | 2024-02-25 |
Datum Vydání | 2020-07-14 |
Hodnocení | 4.21/5 Celkem 106 Hodnocení |
Vývojář | Rayner |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/tmarenko/twitch_chat_antiban |
URL Stránky Nápovědy | https://github.com/tmarenko/twitch_chat_antiban |
Podporované Jazyky | 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" } |