Anu Twitch Chat Overlay

Show Twitch chat on top of the stream player. Read chat, send messages, claim points, and more, without leaving fullscreen mode

Anu Twitch Chat Overlay क्या है?

Anu Twitch Chat Overlay bianciottopablo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show Twitch chat on top of the stream player. Read chat, send messages, claim points, and more, without leaving fullscreen mode"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Anu Twitch Chat Overlay एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Show Twitch chat on top of the stream player (live and VOD). Keep up with chat, send messages, automatically claim channel points, and more, without leaving fullscreen mode (or expanding sidebar chat).
Customize position, font, background on a per stream basis and sync and store your preferences across your devices. Twitch dark and light themes supported by default.

Once installed, a Chat Overlay button will be added to the bottom right buttons panel of the Twitch video player which you can click to toggle the chat overlay on/off.
Choose the perfect position, font size, color and that's it!                    

एक्सटेंशन की मूल जानकारी

नाम Anu Twitch Chat Overlay Anu Twitch Chat Overlay
ID lfifccadmdnjffbbocnfmibmgddndbag
आधिकारिक URL https://chromewebstore.google.com/detail/anu-twitch-chat-overlay/lfifccadmdnjffbbocnfmibmgddndbag
विवरण Show Twitch chat on top of the stream player. Read chat, send messages, claim points, and more, without leaving fullscreen mode
फ़ाइल का आकार 297 KB
स्थापना संख्या 2,910
वर्तमान संस्करण 0.4.10
अंतिम अपडेट 2023-11-05
प्रकाशन तिथि 2020-05-08
रेटिंग 4.49/5 कुल 70 रेटिंग्स
डेवलपर bianciottopablo
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/akhanubis/twitch_chat_overlay_issues/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anu Twitch Chat Overlay",
    "version": "0.4.10",
    "version_name": "0.4.10",
    "description": "Show Twitch chat on top of the stream player. Read chat, send messages, claim points, and more, without leaving fullscreen mode",
    "author": "Pablo Bianciotto",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.twitch.tv\/"
    ],
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "exclude_matches": [
                "*:\/\/dashboard.twitch.tv\/*"
            ],
            "css": [
                "assets\/twitch.css",
                "assets\/index.css",
                "assets\/resizable.css",
                "assets\/modal.css",
                "assets\/settings.css",
                "assets\/about.css",
                "assets\/vod.css"
            ],
            "js": [
                "index.js",
                "vod.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "assets\/pepoG_16x16.png",
        "48": "assets\/pepoG_48x48.png",
        "128": "assets\/pepoG_128x128_96.png"
    }
}