Live Cricket Score
This extension shows live Cricket Scores
Apa itu Live Cricket Score?
Live Cricket Score adalah ekstensi Chrome yang dikembangkan oleh Jalak Vora, dan fitur utamanya adalah "This extension shows live Cricket Scores".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Live Cricket Score
Unduh file ekstensi Live Cricket Score 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
It displays scores of current ongoing matches as well as give information about upcoming matches.User can see full scorecard by clicking on relevant item on list which will redirect them to cricinfo page.
Informasi Dasar Ekstensi
Nama | |
ID | fjidjnpomilnlnmbknpnanmkdjhbfgko |
URL Resmi | https://chrome.google.com/webstore/detail/live-cricket-score/fjidjnpomilnlnmbknpnanmkdjhbfgko |
Deskripsi | This extension shows live Cricket Scores |
Ukuran File | 286 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-03-06 |
Tanggal Publikasi | 2016-03-06 |
Penilaian | 4.30/5 Total 10 Penilaian |
Pengembang | Jalak Vora |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Live Cricket Score", "description": "This extension shows live Cricket Scores", "version": "1.0", "icons": { "16": "\/img\/icon16.png", "48": "\/img\/icon48.png", "128": "\/img\/icon128.png" }, "browser_action": { "default_title": "Show Live Cricket Score!", "default_icon": "\/img\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |