Yahoo! Cricket
A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more
Qu'est-ce que Yahoo! Cricket ?
Yahoo! Cricket est une extension Chrome développée par http://cricket.yahoo.com, et sa fonction principale est "A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Yahoo! Cricket
Téléchargez les fichiers d'extension Yahoo! Cricket au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | ogmoafgeaapfomfohkbmcibjpajndmmn |
URL Officiel | 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 |
Taille du Fichier | 610 KB |
Nombre d'Installations | 6,000 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2014-02-28 |
Date de Publication | 2014-02-28 |
Évaluation | 4.51/5 Total 154 Évaluations |
Développeur | http://cricket.yahoo.com |
Type de Paiement | free |
Site Web de l'Extension | http://cricket.yahoo.com |
Langues Prises en Charge | 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" } } |