I Love Calcio

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

Was ist I Love Calcio?

I Love Calcio ist eine Chrome-Erweiterung, die von https://ilovecalcio.fanpage.it entwickelt wurde, und ihr Hauptmerkmal ist "Segui la tua squadra di I Love Calcio grazie alle notifiche in tempo reale.".

Erweiterungsscreenshots

screenshot

I Love Calcio-Erweiterungs-CRX-Datei herunterladen

Laden Sie I Love Calcio-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name I Love Calcio I Love Calcio
ID aljcdaalmbiafjpicnnloialbbceiljn
Offizielle URL https://chromewebstore.google.com/detail/i-love-calcio/aljcdaalmbiafjpicnnloialbbceiljn
Beschreibung Segui la tua squadra di I Love Calcio grazie alle notifiche in tempo reale.
Dateigröße 154 KB
Installationsanzahl 602
Aktuelle Version 1.0.9
Letztes Update 2013-07-25
Veröffentlichungsdatum 2013-07-25
Bewertung 3.69/5 Insgesamt 54 Bewertungen
Entwickler https://ilovecalcio.fanpage.it
Zahlungsart free
Erweiterungswebsite https://apps.facebook.com/ilovecalcio
Unterstützte Sprachen 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"
        ]
    }
}