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开发的Chrome扩展程序,该扩展的主要功能是“Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode.”。
扩展截图
下载Chat Room Popup Tool扩展crx文件
下载Chat Room Popup Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" ] } ] } |