I Love Calcio
Segui la tua squadra di I Love Calcio grazie alle notifiche in tempo reale.
Wat is I Love Calcio?
I Love Calcio is een Chrome-extensie ontwikkeld door https://ilovecalcio.fanpage.it, en de belangrijkste functie is "Segui la tua squadra di I Love Calcio grazie alle notifiche in tempo reale.".
Extensie Screenshots
Download het CRX-bestand van de extensie I Love Calcio
Download I Love Calcio-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
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
Basisinformatie over de Extensie
Naam | I Love Calcio |
ID | aljcdaalmbiafjpicnnloialbbceiljn |
Officiële URL | https://chromewebstore.google.com/detail/i-love-calcio/aljcdaalmbiafjpicnnloialbbceiljn |
Beschrijving | Segui la tua squadra di I Love Calcio grazie alle notifiche in tempo reale. |
Bestandsgrootte | 154 KB |
Aantal Installaties | 602 |
Huidige Versie | 1.0.9 |
Laatst Bijgewerkt | 2013-07-25 |
Publicatiedatum | 2013-07-25 |
Beoordeling | 3.69/5 Totaal 54 Beoordelingen |
Ontwikkelaar | https://ilovecalcio.fanpage.it |
Betalingswijze | free |
Extensiewebsite | https://apps.facebook.com/ilovecalcio |
Ondersteunde Talen | 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" ] } } |