Twitch Anti-Ban

Automatically opens a proxy stream & chat if you are banned in a channel.

Wat is Twitch Anti-Ban?

Twitch Anti-Ban is een Chrome-extensie ontwikkeld door Rayner, en de belangrijkste functie is "Automatically opens a proxy stream & chat if you are banned in a channel.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Twitch Anti-Ban

Download Twitch Anti-Ban-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Twitch Anti-Ban Twitch Anti-Ban
ID ipnllhnoiiclnoonckahfcpahgehgdgb
Officiële URL https://chromewebstore.google.com/detail/twitch-anti-ban/ipnllhnoiiclnoonckahfcpahgehgdgb
Beschrijving Automatically opens a proxy stream & chat if you are banned in a channel.
Bestandsgrootte 201 KB
Aantal Installaties 13,796
Huidige Versie 3.4
Laatst Bijgewerkt 2024-02-25
Publicatiedatum 2020-07-14
Beoordeling 4.21/5 Totaal 106 Beoordelingen
Ontwikkelaar Rayner
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/tmarenko/twitch_chat_antiban
Help Pagina-URL https://github.com/tmarenko/twitch_chat_antiban
Ondersteunde Talen 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"
}