Extension Twitch Joy
Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un…
Hvad er Extension Twitch Joy?
Extension Twitch Joy er en Chrome-udvidelse udviklet af sheytan0110, og dens hovedfunktion er "Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un…".
Udvidelsesskærmbilleder
Download Extension Twitch Joy-udvidelses-CRX-fil
Download Extension Twitch Joy-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
Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un signal sonore lors du lancement du live. Le signal peut être augmenté ou réduit voir même activer dans les options de celle-ci Des bisous à vous les doux
Grundlæggende oplysninger om udvidelsen
Navn | Extension Twitch Joy |
ID | oghhjloaokapcnhngmboafmgbaenfpof |
Officiel URL | https://chromewebstore.google.com/detail/extension-twitch-joy/oghhjloaokapcnhngmboafmgbaenfpof |
Beskrivelse | Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un… |
Filstørrelse | 4.04 MB |
Antal Installationer | 11 |
Nuværende Version | 7.8.1 |
Senest Opdateret | 2024-02-15 |
Udgivelsesdato | 2020-11-21 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | sheytan0110 |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://joyintv.fr/ |
URL til Fortrolighedspolitik Side | http://sheytan0110.atwebpages.com/chartes.html |
Understøttede Sprog | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Extension Twitch Joy", "description": "", "version": "7.8.1", "action": { "default_popup": "index.html" }, "icons": { "16": "img\/logo.png", "32": "img\/logo.png", "48": "img\/logo.png", "128": "img\/logo.png" }, "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html", "browser_style": true, "open_in_tab": false }, "content_scripts": [ { "js": [ "jquery-3.6.0.js", "check.js" ], "matches": [ "https:\/\/joyintv.fr\/*" ] } ], "host_permissions": [ "https:\/\/api.twitch.tv\/*" ], "permissions": [ "storage", "alarms" ] } |