Yahoo! Cricket
A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more
Apa itu Yahoo! Cricket?
Yahoo! Cricket adalah ekstensi Chrome yang dikembangkan oleh http://cricket.yahoo.com, dan fitur utamanya adalah "A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Yahoo! Cricket
Unduh file ekstensi Yahoo! Cricket dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | ogmoafgeaapfomfohkbmcibjpajndmmn |
URL Resmi | https://chrome.google.com/webstore/detail/yahoo-cricket/ogmoafgeaapfomfohkbmcibjpajndmmn |
Deskripsi | A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more |
Ukuran File | 610 KB |
Jumlah Instalasi | 6,000 |
Versi Saat Ini | 2.0.0 |
Terakhir Diperbarui | 2014-02-28 |
Tanggal Publikasi | 2014-02-28 |
Penilaian | 4.51/5 Total 154 Penilaian |
Pengembang | http://cricket.yahoo.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://cricket.yahoo.com |
Bahasa yang Didukung | 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" } } |