ManuelFerraraTV

Notifications et Annonces de live de ManuelFerraraTV

Cos'è ManuelFerraraTV?

ManuelFerraraTV è un'estensione di Chrome sviluppata da Leenucks, e la sua funzione principale è "Notifications et Annonces de live de ManuelFerraraTV".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ManuelFerraraTV

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

                        Vous prévient lorsque le stream de Manu est en live (twitch.tv/manuelferraratv) et donne un accès rapide à son stream ainsi qu'à ses réseaux sociaux (Snapchat/YT/Twitter).                    

Informazioni di Base sull'Estensione

Nome ManuelFerraraTV ManuelFerraraTV
ID bbancfpedjelehjidhbcpbmgaekhaaff
URL Ufficiale https://chromewebstore.google.com/detail/manuelferraratv/bbancfpedjelehjidhbcpbmgaekhaaff
Descrizione Notifications et Annonces de live de ManuelFerraraTV
Dimensione del File 946 KB
Conteggio Installazioni 76
Versione Corrente 2.2.0
Ultimo Aggiornamento 2016-11-19
Data di Pubblicazione 2016-11-19
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Leenucks
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": "ManuelFerraraTV",
    "version": "2.2.0",
    "description": "Notifications et Annonces de live de ManuelFerraraTV",
    "icons": {
        "128": "icone.png"
    },
    "browser_action": {
        "default_icon": "off.png",
        "default_title": "ManuelFerraraTV - Notification",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "https:\/\/api.twitch.tv\/*",
        "https:\/\/apiv1.manuelferrara.tv\/*",
        "notifications",
        "storage"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "options_page": "options\/options.html",
    "author": {
        "main": "ManuelFerraraTv"
    }
}