I Love Calcio
Segui la tua squadra di I Love Calcio grazie alle notifiche in tempo reale.
What is I Love Calcio?
I Love Calcio is a Chrome extension developed by https://ilovecalcio.fanpage.it, and its main feature is "Segui la tua squadra di I Love Calcio grazie alle notifiche in tempo reale.".
Extension Screenshots
Download I Love Calcio Extension CRX File
Download I Love Calcio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | I Love Calcio |
ID | aljcdaalmbiafjpicnnloialbbceiljn |
Official URL | https://chromewebstore.google.com/detail/i-love-calcio/aljcdaalmbiafjpicnnloialbbceiljn |
Description | Segui la tua squadra di I Love Calcio grazie alle notifiche in tempo reale. |
File Size | 154 KB |
Installation Count | 602 |
Current Version | 1.0.9 |
Last Updated | 2013-07-25 |
Publish Date | 2013-07-25 |
Rating | 3.69/5 Total 54 Ratings |
Developer | https://ilovecalcio.fanpage.it |
Payment Type | free |
Extension Website | https://apps.facebook.com/ilovecalcio |
Supported Languages | 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" ] } } |