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 |
官方網址 | 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" ] } ] } |