Twitch Anti-Ban

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

Apa itu Twitch Anti-Ban?

Twitch Anti-Ban adalah ekstensi Chrome yang dikembangkan oleh Rayner, dan fitur utamanya adalah "Automatically opens a proxy stream & chat if you are banned in a channel.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Twitch Anti-Ban

Unduh file ekstensi Twitch Anti-Ban dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Twitch Anti-Ban Twitch Anti-Ban
ID ipnllhnoiiclnoonckahfcpahgehgdgb
URL Resmi https://chromewebstore.google.com/detail/twitch-anti-ban/ipnllhnoiiclnoonckahfcpahgehgdgb
Deskripsi Automatically opens a proxy stream & chat if you are banned in a channel.
Ukuran File 201 KB
Jumlah Instalasi 13,796
Versi Saat Ini 3.4
Terakhir Diperbarui 2024-02-25
Tanggal Publikasi 2020-07-14
Penilaian 4.21/5 Total 106 Penilaian
Pengembang Rayner
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/tmarenko/twitch_chat_antiban
URL Halaman Bantuan https://github.com/tmarenko/twitch_chat_antiban
Bahasa yang Didukung 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"
}