Yahoo! Cricket
A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more
Vad är Yahoo! Cricket?
Yahoo! Cricket är en Chrome-tillägg utvecklad av http://cricket.yahoo.com, och dess huvudfunktion är "A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more".
Tilläggsskärmbilder
Ladda ner Yahoo! Cricket-förlängningens CRX-fil
Ladda ner Yahoo! Cricket-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | ogmoafgeaapfomfohkbmcibjpajndmmn |
Officiell webbadress | https://chrome.google.com/webstore/detail/yahoo-cricket/ogmoafgeaapfomfohkbmcibjpajndmmn |
Beskrivning | A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more |
Filstorlek | 610 KB |
Antal Installationer | 6,000 |
Aktuell Version | 2.0.0 |
Senast Uppdaterad | 2014-02-28 |
Publiceringsdatum | 2014-02-28 |
Betyg | 4.51/5 Totalt 154 Betyg |
Utvecklare | http://cricket.yahoo.com |
Betalningssätt | free |
Tilläggswebbplats | http://cricket.yahoo.com |
Stödda Språk | 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" } } |