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 là gì?
Chat Room Popup Tool là một tiện ích mở rộng Chrome được phát triển bởi https://martin605.github.io, và tính năng chính của nó là "Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Chat Room Popup Tool
Tải xuống các tệp mở rộng Chat Room Popup Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Chat Room Popup Tool |
ID | ghjbfgalckfjahifekchinpjelfeiokk |
URL Chính Thức | https://chromewebstore.google.com/detail/chat-room-popup-tool/ghjbfgalckfjahifekchinpjelfeiokk |
Mô tả | Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode. |
Kích Thước Tệp | 83.81 KB |
Số Lần Cài Đặt | 856 |
Phiên Bản Hiện Tại | 1.3.1 |
Cập Nhật Lần Cuối | 2021-12-05 |
Ngày Phát Hành | 2020-06-13 |
Đánh Giá | 3.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://martin605.github.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://martin605.github.io/Live-Chat-Popup/ |
URL Trang Trợ Giúp | https://martin605.github.io/Live-Chat-Popup/?tab=help |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |