Twitch Anti-Ban

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

Was ist Twitch Anti-Ban?

Twitch Anti-Ban ist eine Chrome-Erweiterung, die von Rayner entwickelt wurde, und ihr Hauptmerkmal ist "Automatically opens a proxy stream & chat if you are banned in a channel.".

Erweiterungsscreenshots

screenshot

Twitch Anti-Ban-Erweiterungs-CRX-Datei herunterladen

Laden Sie Twitch Anti-Ban-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Twitch Anti-Ban Twitch Anti-Ban
ID ipnllhnoiiclnoonckahfcpahgehgdgb
Offizielle URL https://chromewebstore.google.com/detail/twitch-anti-ban/ipnllhnoiiclnoonckahfcpahgehgdgb
Beschreibung Automatically opens a proxy stream & chat if you are banned in a channel.
Dateigröße 201 KB
Installationsanzahl 13,796
Aktuelle Version 3.4
Letztes Update 2024-02-25
Veröffentlichungsdatum 2020-07-14
Bewertung 4.21/5 Insgesamt 106 Bewertungen
Entwickler Rayner
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/tmarenko/twitch_chat_antiban
Hilfeseite URL https://github.com/tmarenko/twitch_chat_antiban
Unterstützte Sprachen 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"
}