Yahoo! Cricket

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

O que é Yahoo! Cricket?

Yahoo! Cricket é uma extensão do Chrome desenvolvida por http://cricket.yahoo.com, e sua principal característica é "A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Yahoo! Cricket

Baixe arquivos de extensão Yahoo! Cricket no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Yahoo! Cricket Yahoo! Cricket
ID ogmoafgeaapfomfohkbmcibjpajndmmn
URL Oficial https://chrome.google.com/webstore/detail/yahoo-cricket/ogmoafgeaapfomfohkbmcibjpajndmmn
Descrição A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more
Tamanho do Arquivo 610 KB
Contagem de Instalações 6,000
Versão Atual 2.0.0
Última Atualização 2014-02-28
Data de Publicação 2014-02-28
Classificação 4.51/5 Total de 154 Avaliações
Desenvolvedor http://cricket.yahoo.com
Tipo de Pagamento free
Site da Extensão http://cricket.yahoo.com
Idiomas Suportados 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"
    }
}