Futbolecuador.com

Notificaciones sobre noticias en Futbolecuador.com

Wat is Futbolecuador.com?

Futbolecuador.com is een Chrome-extensie ontwikkeld door http://www.futbolecuador.com, en de belangrijkste functie is "Notificaciones sobre noticias en Futbolecuador.com".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Futbolecuador.com

Download Futbolecuador.com-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

                        Mejoras en la implementación de Notificaciones.                    

Basisinformatie over de Extensie

Naam Futbolecuador.com Futbolecuador.com
ID cjkoikfgconobaeikllfnkpnjihcfnil
Officiële URL https://chrome.google.com/webstore/detail/futbolecuadorcom/cjkoikfgconobaeikllfnkpnjihcfnil
Beschrijving Notificaciones sobre noticias en Futbolecuador.com
Bestandsgrootte 129 KB
Aantal Installaties 116
Huidige Versie 3.0.1
Laatst Bijgewerkt 2015-06-23
Publicatiedatum 2015-06-23
Beoordeling 4.63/5 Totaal 8 Beoordelingen
Ontwikkelaar http://www.futbolecuador.com
Betalingswijze free
Ondersteunde Talen 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\/*"
        ]
    }
}