Chat Room Popup Tool

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

What is Chat Room Popup Tool?

Chat Room Popup Tool is a Chrome extension developed by https://martin605.github.io, and its main feature is "Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Chat Room Popup Tool Extension CRX File

Download Chat Room Popup Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Chat Room Popup Tool Chat Room Popup Tool
ID ghjbfgalckfjahifekchinpjelfeiokk
Official URL https://chromewebstore.google.com/detail/chat-room-popup-tool/ghjbfgalckfjahifekchinpjelfeiokk
Description Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode.
File Size 83.81 KB
Installation Count 856
Current Version 1.3.1
Last Updated 2021-12-05
Publish Date 2020-06-13
Rating 3.00/5 Total 6 Ratings
Developer https://martin605.github.io
Email [email protected]
Payment Type free
Extension Website https://martin605.github.io/Live-Chat-Popup/
Help Page URL https://martin605.github.io/Live-Chat-Popup/?tab=help
Supported Languages 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"
            ]
        }
    ]
}