KennyStream

Soyez au courant quand votre streameur préféré commence à streamer!

Cos'è KennyStream?

KennyStream è un'estensione di Chrome sviluppata da DakaYd0 | Clement.F, e la sua funzione principale è "Soyez au courant quand votre streameur préféré commence à streamer!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione KennyStream

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

                        Streamer très puissant chez @EclypsiaCOM - 
Youtube & Twitch : KennyStream -
Contact : [email protected]                    

Informazioni di Base sull'Estensione

Nome KennyStream KennyStream
ID mnoeihpnphpmglpmnipbakgadjfpocmf
URL Ufficiale https://chromewebstore.google.com/detail/kennystream/mnoeihpnphpmglpmnipbakgadjfpocmf
Descrizione Soyez au courant quand votre streameur préféré commence à streamer!
Dimensione del File 99.33 KB
Conteggio Installazioni 15
Versione Corrente 2.4.6
Ultimo Aggiornamento 2017-07-22
Data di Pubblicazione 2017-07-22
Sviluppatore DakaYd0 | Clement.F
Tipo di Pagamento free
Lingue Supportate fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KennyStream",
    "description": "Soyez au courant quand votre streameur pr\u00e9f\u00e9r\u00e9 commence \u00e0 streamer!",
    "version": "2.4.6",
    "background": {
        "scripts": [
            "parameters.js",
            "btnlive.js",
            "chrome.js"
        ]
    },
    "permissions": [
        "https:\/\/api.twitch.tv\/",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "iconoff48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "iconoff16.png",
        "48": "iconon48.png",
        "128": "iconon128.png"
    }
}