Chat Room Popup Tool
Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode.
Qu'est-ce que Chat Room Popup Tool ?
Chat Room Popup Tool est une extension Chrome développée par https://martin605.github.io, et sa fonction principale est "Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chat Room Popup Tool
Téléchargez les fichiers d'extension Chat Room Popup Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Chat Room Popup Tool |
ID | ghjbfgalckfjahifekchinpjelfeiokk |
URL Officiel | https://chromewebstore.google.com/detail/chat-room-popup-tool/ghjbfgalckfjahifekchinpjelfeiokk |
Description | Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode. |
Taille du Fichier | 83.81 KB |
Nombre d'Installations | 856 |
Version Actuelle | 1.3.1 |
Dernière Mise à Jour | 2021-12-05 |
Date de Publication | 2020-06-13 |
Évaluation | 3.00/5 Total 6 Évaluations |
Développeur | https://martin605.github.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://martin605.github.io/Live-Chat-Popup/ |
URL de la Page d'Aide | https://martin605.github.io/Live-Chat-Popup/?tab=help |
Langues Prises en Charge | 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" ] } ] } |