I Love Calcio
Segui la tua squadra di I Love Calcio grazie alle notifiche in tempo reale.
什么是I Love Calcio?
I Love Calcio是由https://ilovecalcio.fanpage.it开发的Chrome扩展程序,该扩展的主要功能是“Segui la tua squadra di I Love Calcio grazie alle notifiche in tempo reale.”。
扩展截图
下载I Love Calcio扩展crx文件
下载I Love Calcio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | aljcdaalmbiafjpicnnloialbbceiljn |
| 官方URL | https://chromewebstore.google.com/detail/i-love-calcio/aljcdaalmbiafjpicnnloialbbceiljn |
| 简介 | Segui la tua squadra di I Love Calcio grazie alle notifiche in tempo reale. |
| 文件大小 | 154 KB |
| 安装次数 | 602 |
| 当前版本 | 1.0.9 |
| 更新时间 | 2013-07-25 |
| 上架时间 | 2013-07-25 |
| 评分 | 3.69/5 共54次评分 |
| 开发者 | https://ilovecalcio.fanpage.it |
| 付费类型 | free |
| 扩展官网 | https://apps.facebook.com/ilovecalcio |
| 支持的语言 | 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"
]
}
} | |