Yahoo! Cricket
A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more
Was ist Yahoo! Cricket?
Yahoo! Cricket ist eine Chrome-Erweiterung, die von http://cricket.yahoo.com entwickelt wurde, und ihr Hauptmerkmal ist "A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more".
Erweiterungsscreenshots
Yahoo! Cricket-Erweiterungs-CRX-Datei herunterladen
Laden Sie Yahoo! Cricket-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | ogmoafgeaapfomfohkbmcibjpajndmmn |
Offizielle URL | https://chrome.google.com/webstore/detail/yahoo-cricket/ogmoafgeaapfomfohkbmcibjpajndmmn |
Beschreibung | A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more |
Dateigröße | 610 KB |
Installationsanzahl | 6,000 |
Aktuelle Version | 2.0.0 |
Letztes Update | 2014-02-28 |
Veröffentlichungsdatum | 2014-02-28 |
Bewertung | 4.51/5 Insgesamt 154 Bewertungen |
Entwickler | http://cricket.yahoo.com |
Zahlungsart | free |
Erweiterungswebsite | http://cricket.yahoo.com |
Unterstützte Sprachen | 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" } } |