Twitch Anti-Ban

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

Qu'est-ce que Twitch Anti-Ban ?

Twitch Anti-Ban est une extension Chrome développée par Rayner, et sa fonction principale est "Automatically opens a proxy stream & chat if you are banned in a channel.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitch Anti-Ban

Téléchargez les fichiers d'extension Twitch Anti-Ban au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Twitch Anti-Ban Twitch Anti-Ban
ID ipnllhnoiiclnoonckahfcpahgehgdgb
URL Officiel https://chromewebstore.google.com/detail/twitch-anti-ban/ipnllhnoiiclnoonckahfcpahgehgdgb
Description Automatically opens a proxy stream & chat if you are banned in a channel.
Taille du Fichier 201 KB
Nombre d'Installations 13,796
Version Actuelle 3.4
Dernière Mise à Jour 2024-02-25
Date de Publication 2020-07-14
Évaluation 4.21/5 Total 106 Évaluations
Développeur Rayner
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/tmarenko/twitch_chat_antiban
URL de la Page d'Aide https://github.com/tmarenko/twitch_chat_antiban
Langues Prises en Charge 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"
}