Chat Room Popup Tool
Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode.
Cos'è Chat Room Popup Tool?
Chat Room Popup Tool è un'estensione di Chrome sviluppata da https://martin605.github.io, e la sua funzione principale è "Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chat Room Popup Tool
Scarica i file di estensione Chat Room Popup Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | ghjbfgalckfjahifekchinpjelfeiokk |
| URL Ufficiale | https://chromewebstore.google.com/detail/chat-room-popup-tool/ghjbfgalckfjahifekchinpjelfeiokk |
| Descrizione | Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode. |
| Dimensione del File | 83.81 KB |
| Conteggio Installazioni | 856 |
| Versione Corrente | 1.3.1 |
| Ultimo Aggiornamento | 2021-12-05 |
| Data di Pubblicazione | 2020-06-13 |
| Valutazione | 3.00/5 Totale 6 Valutazioni |
| Sviluppatore | https://martin605.github.io |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://martin605.github.io/Live-Chat-Popup/ |
| URL della Pagina di Aiuto | https://martin605.github.io/Live-Chat-Popup/?tab=help |
| Lingue Supportate | 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"
]
}
]
} | |