Chat Room Popup Tool
Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode.
Vad är Chat Room Popup Tool?
Chat Room Popup Tool är en Chrome-tillägg utvecklad av https://martin605.github.io, och dess huvudfunktion är "Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode.".
Tilläggsskärmbilder
Ladda ner Chat Room Popup Tool-förlängningens CRX-fil
Ladda ner Chat Room Popup Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Chat Room Popup Tool |
ID | ghjbfgalckfjahifekchinpjelfeiokk |
Officiell webbadress | https://chromewebstore.google.com/detail/chat-room-popup-tool/ghjbfgalckfjahifekchinpjelfeiokk |
Beskrivning | Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode. |
Filstorlek | 83.81 KB |
Antal Installationer | 856 |
Aktuell Version | 1.3.1 |
Senast Uppdaterad | 2021-12-05 |
Publiceringsdatum | 2020-06-13 |
Betyg | 3.00/5 Totalt 6 Betyg |
Utvecklare | https://martin605.github.io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://martin605.github.io/Live-Chat-Popup/ |
Hjälpsida URL | https://martin605.github.io/Live-Chat-Popup/?tab=help |
Stödda Språk | 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" ] } ] } |