Twitch Anti-Ban

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

ما هو Twitch Anti-Ban؟

Twitch Anti-Ban هو إضافة Chrome تم تطويرها بواسطة Rayner، والميزة الرئيسية لها هي "Automatically opens a proxy stream & chat if you are banned in a channel.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Twitch Anti-Ban

قم بتنزيل ملفات الامتداد Twitch Anti-Ban بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Twitch Anti-Ban Twitch Anti-Ban
ID ipnllhnoiiclnoonckahfcpahgehgdgb
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitch-anti-ban/ipnllhnoiiclnoonckahfcpahgehgdgb
الوصف Automatically opens a proxy stream & chat if you are banned in a channel.
حجم الملف 201 KB
عدد التثبيتات 13,796
النسخة الحالية 3.4
آخر تحديث 2024-02-25
تاريخ النشر 2020-07-14
تقييم 4.21/5 مجموع تقييمات 106
المطور Rayner
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/tmarenko/twitch_chat_antiban
عنوان صفحة المساعدة https://github.com/tmarenko/twitch_chat_antiban
اللغات المدعومة 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"
}