Chat Room Popup Tool
Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode.
Wat is Chat Room Popup Tool?
Chat Room Popup Tool is een Chrome-extensie ontwikkeld door https://martin605.github.io, en de belangrijkste functie is "Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode.".
Extensie Screenshots
Download het CRX-bestand van de extensie Chat Room Popup Tool
Download Chat Room Popup Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Chat Room Popup Tool |
ID | ghjbfgalckfjahifekchinpjelfeiokk |
Officiële URL | https://chromewebstore.google.com/detail/chat-room-popup-tool/ghjbfgalckfjahifekchinpjelfeiokk |
Beschrijving | Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode. |
Bestandsgrootte | 83.81 KB |
Aantal Installaties | 856 |
Huidige Versie | 1.3.1 |
Laatst Bijgewerkt | 2021-12-05 |
Publicatiedatum | 2020-06-13 |
Beoordeling | 3.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://martin605.github.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://martin605.github.io/Live-Chat-Popup/ |
Help Pagina-URL | https://martin605.github.io/Live-Chat-Popup/?tab=help |
Ondersteunde Talen | 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" ] } ] } |