NBA game alert

Chrome extension for NBA fans to be notified of their favorite teams and scores!

¿Qué es NBA game alert?

NBA game alert es una extensión de Chrome desarrollada por https://raysblog.netlify.app, y su función principal es "Chrome extension for NBA fans to be notified of their favorite teams and scores!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión NBA game alert

Descarga archivos de extensión NBA game alert en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre NBA game alert NBA game alert
ID eenjjidegjlphgaapdolmhdhoongphmf
URL Oficial https://chrome.google.com/webstore/detail/nba-game-alert/eenjjidegjlphgaapdolmhdhoongphmf
Descripción Chrome extension for NBA fans to be notified of their favorite teams and scores!
Tamaño del Archivo 29.77 KB
Cantidad de Instalaciones 120
Versión Actual 4.0.0
Última Actualización 2021-12-20
Fecha de Publicación 2019-10-24
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://raysblog.netlify.app
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.raymonddeng.com/
Idiomas Soportados 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
}