Twitch Anti-Ban
Automatically opens a proxy stream & chat if you are banned in a channel.
Twitch Anti-Ban क्या है?
Twitch Anti-Ban Rayner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically opens a proxy stream & chat if you are banned in a channel."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitch Anti-Ban एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |