NBA GameTime
View the scores for NBA games along with links to streams.
Apa itu NBA GameTime?
NBA GameTime adalah ekstensi Chrome yang dikembangkan oleh Aash B., dan fitur utamanya adalah "View the scores for NBA games along with links to streams.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi NBA GameTime
Unduh file ekstensi NBA GameTime 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
Look at live scores for today's NBA games along with links to streams and the box score. You can also see the calendar for upcoming games and the scores for past games. Update 1.1/1.2: - Fixing links to streams
Informasi Dasar Ekstensi
Nama | |
ID | ahdjgdmdfldihjdhndhimelokkfdkbok |
URL Resmi | https://chrome.google.com/webstore/detail/nba-gametime/ahdjgdmdfldihjdhndhimelokkfdkbok |
Deskripsi | View the scores for NBA games along with links to streams. |
Ukuran File | 10.77 KB |
Jumlah Instalasi | 21 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2019-07-14 |
Tanggal Publikasi | 2019-07-14 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | Aash B. |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NBA GameTime", "author": "Aashdeep Brar", "version": "1.2", "description": "View the scores for NBA games along with links to streams.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "index.html" }, "permissions": [], "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'" } |