Chat Room Popup Tool

Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode.

Chat Room Popup Tool क्या है?

Chat Room Popup Tool https://martin605.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode."।

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

screenshot
screenshot
screenshot

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

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

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

                        Live Chat Popup can let you add a Chat Room Popup on Twitch or YouTube live video, even in full screen mode.

Support live type:
>Twitch
  -Live
>YouTube
  -Live
  -Premieres                    

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

नाम Chat Room Popup Tool Chat Room Popup Tool
ID ghjbfgalckfjahifekchinpjelfeiokk
आधिकारिक URL https://chromewebstore.google.com/detail/chat-room-popup-tool/ghjbfgalckfjahifekchinpjelfeiokk
विवरण Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode.
फ़ाइल का आकार 83.81 KB
स्थापना संख्या 856
वर्तमान संस्करण 1.3.1
अंतिम अपडेट 2021-12-05
प्रकाशन तिथि 2020-06-13
रेटिंग 3.00/5 कुल 6 रेटिंग्स
डेवलपर https://martin605.github.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://martin605.github.io/Live-Chat-Popup/
सहायता पृष्ठ URL https://martin605.github.io/Live-Chat-Popup/?tab=help
समर्थित भाषाएँ en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.3.1",
    "author": "Martin",
    "default_locale": "en",
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icon\/icon.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "setting.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "js\/execute.js",
                "js\/jquery-3.5.1.min.js"
            ]
        }
    ]
}