Spitation Extension

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

Cos'è Spitation Extension?

Spitation Extension è un'estensione di Chrome sviluppata da Zygger, e la sua funzione principale è "Soyez au courant quand votre streameur préféré commence à streamer!".

Scarica il file CRX dell'estensione Spitation Extension

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

                        Voici l'extension de Spitation ! Télécharge là et soit au courant quand il stream.

Tu seras au courant grâce à l'icône qui passe en couleur quand il sera ON !
Juste un clique sur l'icône et tu seras redirigé vers son stream.                    

Informazioni di Base sull'Estensione

Nome Spitation Extension Spitation Extension
ID fapcjmpeikbacdjlghlebalpcifangfh
URL Ufficiale https://chrome.google.com/webstore/detail/spitation-extension/fapcjmpeikbacdjlghlebalpcifangfh
Descrizione Soyez au courant quand votre streameur préféré commence à streamer!
Dimensione del File 62.69 KB
Conteggio Installazioni 15
Versione Corrente 2.4.5
Ultimo Aggiornamento 2016-10-02
Data di Pubblicazione 2016-10-02
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Zygger
Email [email protected]
Tipo di Pagamento free
Lingue Supportate fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spitation Extension",
    "description": "Soyez au courant quand votre streameur pr\u00e9f\u00e9r\u00e9 commence \u00e0 streamer!",
    "version": "2.4.5",
    "background": {
        "scripts": [
            "parameters.js",
            "btnlive.js",
            "chrome.js"
        ]
    },
    "permissions": [
        "https:\/\/api.twitch.tv\/",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "iconoff48.png"
    },
    "icons": {
        "16": "iconoff16.png",
        "48": "iconoff48.png",
        "128": "iconoff128.png"
    }
}