NBA game alert
Chrome extension for NBA fans to be notified of their favorite teams and scores!
ما هو NBA game alert؟
NBA game alert هو إضافة Chrome تم تطويرها بواسطة https://raysblog.netlify.app، والميزة الرئيسية لها هي "Chrome extension for NBA fans to be notified of their favorite teams and scores!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NBA game alert
قم بتنزيل ملفات الامتداد NBA game alert بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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!
معلومات أساسية عن التمديد
الاسم | |
ID | eenjjidegjlphgaapdolmhdhoongphmf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/nba-game-alert/eenjjidegjlphgaapdolmhdhoongphmf |
الوصف | Chrome extension for NBA fans to be notified of their favorite teams and scores! |
حجم الملف | 29.77 KB |
عدد التثبيتات | 120 |
النسخة الحالية | 4.0.0 |
آخر تحديث | 2021-12-20 |
تاريخ النشر | 2019-10-24 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://raysblog.netlify.app |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.raymonddeng.com/ |
اللغات المدعومة | 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 } |