Chat Room Popup Tool
Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode.
Hvad er Chat Room Popup Tool?
Chat Room Popup Tool er en Chrome-udvidelse udviklet af https://martin605.github.io, og dens hovedfunktion er "Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode.".
Udvidelsesskærmbilleder
Download Chat Room Popup Tool-udvidelses-CRX-fil
Download Chat Room Popup Tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | ghjbfgalckfjahifekchinpjelfeiokk |
| Officiel URL | https://chromewebstore.google.com/detail/chat-room-popup-tool/ghjbfgalckfjahifekchinpjelfeiokk |
| Beskrivelse | Let you to add a Chat Room Popup on Twitch or YouTube live video, even in fullscreen mode. |
| Filstørrelse | 83.81 KB |
| Antal Installationer | 856 |
| Nuværende Version | 1.3.1 |
| Senest Opdateret | 2021-12-05 |
| Udgivelsesdato | 2020-06-13 |
| Bedømmelse | 3.00/5 Samlet 6 Bedømmelser |
| Udvikler | https://martin605.github.io |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://martin605.github.io/Live-Chat-Popup/ |
| Hjælpeside-URL | https://martin605.github.io/Live-Chat-Popup/?tab=help |
| Understøttede Sprog | 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"
]
}
]
} | |