Futbolecuador.com

Notificaciones sobre noticias en Futbolecuador.com

Was ist Futbolecuador.com?

Futbolecuador.com ist eine Chrome-Erweiterung, die von http://www.futbolecuador.com entwickelt wurde, und ihr Hauptmerkmal ist "Notificaciones sobre noticias en Futbolecuador.com".

Erweiterungsscreenshots

screenshot
screenshot

Futbolecuador.com-Erweiterungs-CRX-Datei herunterladen

Laden Sie Futbolecuador.com-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Mejoras en la implementación de Notificaciones.                    

Grundlegende Informationen zur Erweiterung

Name Futbolecuador.com Futbolecuador.com
ID cjkoikfgconobaeikllfnkpnjihcfnil
Offizielle URL https://chrome.google.com/webstore/detail/futbolecuadorcom/cjkoikfgconobaeikllfnkpnjihcfnil
Beschreibung Notificaciones sobre noticias en Futbolecuador.com
Dateigröße 129 KB
Installationsanzahl 116
Aktuelle Version 3.0.1
Letztes Update 2015-06-23
Veröffentlichungsdatum 2015-06-23
Bewertung 4.63/5 Insgesamt 8 Bewertungen
Entwickler http://www.futbolecuador.com
Zahlungsart free
Unterstützte Sprachen 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\/*"
        ]
    }
}