NBA game alert
Chrome extension for NBA fans to be notified of their favorite teams and scores!
Apa itu NBA game alert?
NBA game alert adalah ekstensi Chrome yang dikembangkan oleh https://raysblog.netlify.app, dan fitur utamanya adalah "Chrome extension for NBA fans to be notified of their favorite teams and scores!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi NBA game alert
Unduh file ekstensi NBA game alert 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
See any the scores and game of the day with only one click ! You can also customize your scoreboard with your favourite teams in options!
Informasi Dasar Ekstensi
Nama | |
ID | eenjjidegjlphgaapdolmhdhoongphmf |
URL Resmi | https://chrome.google.com/webstore/detail/nba-game-alert/eenjjidegjlphgaapdolmhdhoongphmf |
Deskripsi | Chrome extension for NBA fans to be notified of their favorite teams and scores! |
Ukuran File | 29.77 KB |
Jumlah Instalasi | 120 |
Versi Saat Ini | 4.0.0 |
Terakhir Diperbarui | 2021-12-20 |
Tanggal Publikasi | 2019-10-24 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://raysblog.netlify.app |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.raymonddeng.com/ |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NBA game alert", "version": "4.0.0", "description": "Chrome extension for NBA fans to be notified of their favorite teams and scores!", "permissions": [ "declarativeContent", "storage", "http:\/\/data.nba.net\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" } }, "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "options_page": "options.html", "manifest_version": 2 } |