I Love Calcio

Segui la tua squadra di I Love Calcio grazie alle notifiche in tempo reale.

Qu'est-ce que I Love Calcio ?

I Love Calcio est une extension Chrome développée par https://ilovecalcio.fanpage.it, et sa fonction principale est "Segui la tua squadra di I Love Calcio grazie alle notifiche in tempo reale.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension I Love Calcio

Téléchargez les fichiers d'extension I Love Calcio au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Ricevi notifiche in tempo reale sul tuo browser per essere sempre aggiornato sull'andamento della tua squadra.

Ottieni un bonus in capitale sociale per l'installazione di questo plugin.

https://apps.facebook.com/ilovecalcio                    

Informations de Base sur l'Extension

Nom I Love Calcio I Love Calcio
ID aljcdaalmbiafjpicnnloialbbceiljn
URL Officiel https://chromewebstore.google.com/detail/i-love-calcio/aljcdaalmbiafjpicnnloialbbceiljn
Description Segui la tua squadra di I Love Calcio grazie alle notifiche in tempo reale.
Taille du Fichier 154 KB
Nombre d'Installations 602
Version Actuelle 1.0.9
Dernière Mise à Jour 2013-07-25
Date de Publication 2013-07-25
Évaluation 3.69/5 Total 54 Évaluations
Développeur https://ilovecalcio.fanpage.it
Type de Paiement free
Site Web de l'Extension https://apps.facebook.com/ilovecalcio
Langues Prises en Charge it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "I Love Calcio",
    "description": "Segui la tua squadra di I Love Calcio grazie alle notifiche in tempo reale.",
    "version": "1.0.9",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "*:\/\/ilovecalcio.fanpage.it\/*",
        "*:\/\/www.facebook.com\/*",
        "notifications",
        "storage",
        "tabs",
        "cookies"
    ],
    "browser_action": {
        "default_icon": "icon2.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "config.js",
            "socket.io.js",
            "background.js"
        ]
    }
}