ManuelFerraraTV

Notifications et Annonces de live de ManuelFerraraTV

Wat is ManuelFerraraTV?

ManuelFerraraTV is een Chrome-extensie ontwikkeld door Leenucks, en de belangrijkste functie is "Notifications et Annonces de live de ManuelFerraraTV".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ManuelFerraraTV

Download ManuelFerraraTV-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

                        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).                    

Basisinformatie over de Extensie

Naam ManuelFerraraTV ManuelFerraraTV
ID bbancfpedjelehjidhbcpbmgaekhaaff
Officiële URL https://chromewebstore.google.com/detail/manuelferraratv/bbancfpedjelehjidhbcpbmgaekhaaff
Beschrijving Notifications et Annonces de live de ManuelFerraraTV
Bestandsgrootte 946 KB
Aantal Installaties 76
Huidige Versie 2.2.0
Laatst Bijgewerkt 2016-11-19
Publicatiedatum 2016-11-19
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Leenucks
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}