KametoTV

Extension qui notifie si Kameto est en train de stream sur Twitch.

Cos'è KametoTV?

KametoTV è un'estensione di Chrome sviluppata da https://kametotv.fr, e la sua funzione principale è "Extension qui notifie si Kameto est en train de stream sur Twitch.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione KametoTV

Scarica i file di estensione KametoTV 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

                        Kameto est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch                    

Informazioni di Base sull'Estensione

Nome KametoTV KametoTV
ID koikhpjmhchbcdfgaedmlfkopgajhmgp
URL Ufficiale https://chromewebstore.google.com/detail/kametotv/koikhpjmhchbcdfgaedmlfkopgajhmgp
Descrizione Extension qui notifie si Kameto est en train de stream sur Twitch.
Dimensione del File 1.15 MB
Conteggio Installazioni 3,891
Versione Corrente 1.1.4
Ultimo Aggiornamento 2023-02-16
Data di Pubblicazione 2022-03-21
Valutazione 5.00/5 Totale 38 Valutazioni
Sviluppatore https://kametotv.fr
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://kametotv.fr
URL della Pagina di Aiuto https://kametotv.fr
Lingue Supportate fr
manifest.json
{
    "description": "Extension qui notifie si Kameto est en train de stream sur Twitch.",
    "version": "1.1.4",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "KametoTV",
    "author": "Praaly",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_title": "KametoTV",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "permissions": [
        "background",
        "notifications",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.kametotv.fr\/*",
        "*:\/\/*.ytimg.com\/*",
        "*:\/\/static-cdn.jtvnw.net\/*"
    ]
}