Extension Twitch Joy

Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un…

Wat is Extension Twitch Joy?

Extension Twitch Joy is een Chrome-extensie ontwikkeld door sheytan0110, en de belangrijkste functie is "Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Extension Twitch Joy

Download Extension Twitch Joy-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

                        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                    

Basisinformatie over de Extensie

Naam Extension Twitch Joy Extension Twitch Joy
ID oghhjloaokapcnhngmboafmgbaenfpof
Officiële URL https://chromewebstore.google.com/detail/extension-twitch-joy/oghhjloaokapcnhngmboafmgbaenfpof
Beschrijving Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un…
Bestandsgrootte 4.04 MB
Aantal Installaties 11
Huidige Versie 7.8.1
Laatst Bijgewerkt 2024-02-15
Publicatiedatum 2020-11-21
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar sheytan0110
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://joyintv.fr/
URL van de Privacybeleid Pagina http://sheytan0110.atwebpages.com/chartes.html
Ondersteunde Talen 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"
    ]
}