Yahoo! Cricket

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

Co to jest Yahoo! Cricket?

Yahoo! Cricket to rozszerzenie Chrome opracowane przez http://cricket.yahoo.com, a jego główną funkcją jest „A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Yahoo! Cricket

Pobierz pliki rozszerzeń Yahoo! Cricket w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Yahoo! Cricket Yahoo! Cricket
ID ogmoafgeaapfomfohkbmcibjpajndmmn
Oficjalny URL https://chrome.google.com/webstore/detail/yahoo-cricket/ogmoafgeaapfomfohkbmcibjpajndmmn
Opis A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more
Rozmiar pliku 610 KB
Liczba instalacji 6,000
Aktualna Wersja 2.0.0
Ostatnia Aktualizacja 2014-02-28
Data Publikacji 2014-02-28
Ocena 4.51/5 Łącznie 154 Oceny
Deweloper http://cricket.yahoo.com
Typ Płatności free
Strona Rozszerzenia http://cricket.yahoo.com
Obsługiwane Języki 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"
    }
}