I Love Calcio

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

Vad är I Love Calcio?

I Love Calcio är en Chrome-tillägg utvecklad av https://ilovecalcio.fanpage.it, och dess huvudfunktion är "Segui la tua squadra di I Love Calcio grazie alle notifiche in tempo reale.".

Tilläggsskärmbilder

screenshot

Ladda ner I Love Calcio-förlängningens CRX-fil

Ladda ner I Love Calcio-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn I Love Calcio I Love Calcio
ID aljcdaalmbiafjpicnnloialbbceiljn
Officiell webbadress https://chromewebstore.google.com/detail/i-love-calcio/aljcdaalmbiafjpicnnloialbbceiljn
Beskrivning Segui la tua squadra di I Love Calcio grazie alle notifiche in tempo reale.
Filstorlek 154 KB
Antal Installationer 602
Aktuell Version 1.0.9
Senast Uppdaterad 2013-07-25
Publiceringsdatum 2013-07-25
Betyg 3.69/5 Totalt 54 Betyg
Utvecklare https://ilovecalcio.fanpage.it
Betalningssätt free
Tilläggswebbplats https://apps.facebook.com/ilovecalcio
Stödda Språk 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"
        ]
    }
}