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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 } |