MaxChat

Wide chat area for YouTube Live

MaxChat क्या है?

MaxChat https://null.style द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Wide chat area for YouTube Live"।

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

screenshot

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

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

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

                        ◆features
This extension spread YouTube Live chat area to the bottom of the browser. 
You can also press the refresh button to reload the comments.

◆If you find a problem
Please contact me on Twitter (@nulltypo).
I can't respond to reviews.

◆Disclaimer
I'm not responsible for any loss or damage caused by this extension.                    

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

नाम MaxChat MaxChat
ID hgfdknfjakjkmdhmcndaajebcfhkodll
आधिकारिक URL https://chromewebstore.google.com/detail/maxchat/hgfdknfjakjkmdhmcndaajebcfhkodll
विवरण Wide chat area for YouTube Live
फ़ाइल का आकार 51.95 KB
स्थापना संख्या 6,716
वर्तमान संस्करण 2.4.3
अंतिम अपडेट 2024-02-28
प्रकाशन तिथि 2020-05-20
रेटिंग 4.92/5 कुल 37 रेटिंग्स
डेवलपर https://null.style
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://null.style
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MaxChat",
    "version": "2.4.3",
    "author": "@nulltypo",
    "manifest_version": 3,
    "description": "__MSG_ext_desc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "refresh.svg"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "mc.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ]
}