Yahoo! Cricket

A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more

¿Qué es Yahoo! Cricket?

Yahoo! Cricket es una extensión de Chrome desarrollada por http://cricket.yahoo.com, y su función principal es "A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Yahoo! Cricket

Descarga archivos de extensión Yahoo! Cricket en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Yahoo! Cricket extension for Google Chrome keeps you up to date with all things cricket - live cricket scores, quick snapshot of recent matches, and latest cricket news. In addition, get access to all the latest photos and videos (match videos, interview, press briefings, etc).

Y! Cricket Home page -

http://cricket.yahoo.com

Y! Cricket Photos and Slideshows -

http://cricket.yahoo.com/photos

Latest Cricket News -

http://cricket.yahoo.com/cricket/news/home

Match Archives -

http://cricket.yahoo.com/matches/archive                    

Información Básica de la Extensión

Nombre Yahoo! Cricket Yahoo! Cricket
ID ogmoafgeaapfomfohkbmcibjpajndmmn
URL Oficial https://chrome.google.com/webstore/detail/yahoo-cricket/ogmoafgeaapfomfohkbmcibjpajndmmn
Descripción A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more
Tamaño del Archivo 610 KB
Cantidad de Instalaciones 6,000
Versión Actual 2.0.0
Última Actualización 2014-02-28
Fecha de Publicación 2014-02-28
Calificación 4.51/5 Total de 154 Calificaciones
Desarrollador http://cricket.yahoo.com
Tipo de Pago free
Sitio Web de la Extensión http://cricket.yahoo.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yahoo! Cricket",
    "version": "2.0.0",
    "description": "A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more",
    "background": {
        "scripts": [
            "html\/js\/config_min.js",
            "html\/js\/background_min.js"
        ],
        "persistent": true
    },
    "options_page": "html\/options.html",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "html\/images\/logo.png",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "background",
        "notifications",
        "http:\/\/*.yahooapis.com\/*",
        "http:\/\/cricket.yahoo.com\/*"
    ],
    "icons": {
        "16": "html\/images\/icon_16.png",
        "128": "html\/images\/icon_128.png"
    }
}