Yahoo! Cricket
A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more
What is Yahoo! Cricket?
Yahoo! Cricket is a Chrome extension developed by http://cricket.yahoo.com, and its main feature is "A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more".
Extension Screenshots
Download Yahoo! Cricket Extension CRX File
Download Yahoo! Cricket extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | ogmoafgeaapfomfohkbmcibjpajndmmn |
Official URL | https://chrome.google.com/webstore/detail/yahoo-cricket/ogmoafgeaapfomfohkbmcibjpajndmmn |
Description | A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more |
File Size | 610 KB |
Installation Count | 6,000 |
Current Version | 2.0.0 |
Last Updated | 2014-02-28 |
Publish Date | 2014-02-28 |
Rating | 4.51/5 Total 154 Ratings |
Developer | http://cricket.yahoo.com |
Payment Type | free |
Extension Website | http://cricket.yahoo.com |
Supported Languages | 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" } } |