Yahoo! Cricket
A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more
Wat is Yahoo! Cricket?
Yahoo! Cricket is een Chrome-extensie ontwikkeld door http://cricket.yahoo.com, en de belangrijkste functie is "A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more".
Extensie Screenshots
Download het CRX-bestand van de extensie Yahoo! Cricket
Download Yahoo! Cricket-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | ogmoafgeaapfomfohkbmcibjpajndmmn |
Officiële URL | https://chrome.google.com/webstore/detail/yahoo-cricket/ogmoafgeaapfomfohkbmcibjpajndmmn |
Beschrijving | A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more |
Bestandsgrootte | 610 KB |
Aantal Installaties | 6,000 |
Huidige Versie | 2.0.0 |
Laatst Bijgewerkt | 2014-02-28 |
Publicatiedatum | 2014-02-28 |
Beoordeling | 4.51/5 Totaal 154 Beoordelingen |
Ontwikkelaar | http://cricket.yahoo.com |
Betalingswijze | free |
Extensiewebsite | http://cricket.yahoo.com |
Ondersteunde Talen | 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" } } |