Twitch Anti-Ban
Automatically opens a proxy stream & chat if you are banned in a channel.
Cos'è Twitch Anti-Ban?
Twitch Anti-Ban è un'estensione di Chrome sviluppata da Rayner, e la sua funzione principale è "Automatically opens a proxy stream & chat if you are banned in a channel.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch Anti-Ban
Scarica i file di estensione Twitch Anti-Ban in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ipnllhnoiiclnoonckahfcpahgehgdgb |
| URL Ufficiale | https://chromewebstore.google.com/detail/twitch-anti-ban/ipnllhnoiiclnoonckahfcpahgehgdgb |
| Descrizione | Automatically opens a proxy stream & chat if you are banned in a channel. |
| Dimensione del File | 201 KB |
| Conteggio Installazioni | 13,796 |
| Versione Corrente | 3.4 |
| Ultimo Aggiornamento | 2024-02-25 |
| Data di Pubblicazione | 2020-07-14 |
| Valutazione | 4.21/5 Totale 106 Valutazioni |
| Sviluppatore | Rayner |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/tmarenko/twitch_chat_antiban |
| URL della Pagina di Aiuto | https://github.com/tmarenko/twitch_chat_antiban |
| Lingue Supportate | 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"
} | |