Futbolecuador.com

Notificaciones sobre noticias en Futbolecuador.com

什么是Futbolecuador.com?

Futbolecuador.com是由http://www.futbolecuador.com开发的Chrome扩展程序,该扩展的主要功能是“Notificaciones sobre noticias en Futbolecuador.com”。

扩展截图

screenshot
screenshot

下载Futbolecuador.com扩展crx文件

下载Futbolecuador.com扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Mejoras en la implementación de Notificaciones.                    

扩展基本信息

名称 Futbolecuador.com Futbolecuador.com
ID cjkoikfgconobaeikllfnkpnjihcfnil
官方URL https://chrome.google.com/webstore/detail/futbolecuadorcom/cjkoikfgconobaeikllfnkpnjihcfnil
简介 Notificaciones sobre noticias en Futbolecuador.com
文件大小 129 KB
安装次数 116
当前版本 3.0.1
更新时间 2015-06-23
上架时间 2015-06-23
评分 4.63/5 共8次评分
开发者 http://www.futbolecuador.com
付费类型 free
支持的语言 es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Futbolecuador.com",
    "version": "3.0.1",
    "manifest_version": 2,
    "description": "Notificaciones sobre noticias en Futbolecuador.com",
    "icons": {
        "128": "icon\/icon128.png",
        "48": "icon\/icon48.png",
        "16": "icon\/icon16.png"
    },
    "permissions": [
        "gcm",
        "storage",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "jquery-1.10.1.js",
            "pushwoosh.js",
            "background.js",
            "register.js"
        ]
    },
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "icon\/icon16.png"
        ],
        "default_icon": "icon\/icon16.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.10.1.js",
                "pushwoosh.js",
                "background.js",
                "register.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "https:\/\/www.futbolecuador.com\/imagenes\/images\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.futbolecuador.com\/*"
        ]
    }
}