I Love Calcio

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

Hvad er I Love Calcio?

I Love Calcio er en Chrome-udvidelse udviklet af https://ilovecalcio.fanpage.it, og dens hovedfunktion er "Segui la tua squadra di I Love Calcio grazie alle notifiche in tempo reale.".

Udvidelsesskærmbilleder

screenshot

Download I Love Calcio-udvidelses-CRX-fil

Download I Love Calcio-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn I Love Calcio I Love Calcio
ID aljcdaalmbiafjpicnnloialbbceiljn
Officiel URL https://chromewebstore.google.com/detail/i-love-calcio/aljcdaalmbiafjpicnnloialbbceiljn
Beskrivelse Segui la tua squadra di I Love Calcio grazie alle notifiche in tempo reale.
Filstørrelse 154 KB
Antal Installationer 602
Nuværende Version 1.0.9
Senest Opdateret 2013-07-25
Udgivelsesdato 2013-07-25
Bedømmelse 3.69/5 Samlet 54 Bedømmelser
Udvikler https://ilovecalcio.fanpage.it
Betalingsmetode free
Udvidelseswebsted https://apps.facebook.com/ilovecalcio
Understøttede Sprog 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"
        ]
    }
}