NBA game alert
Chrome extension for NBA fans to be notified of their favorite teams and scores!
O que é NBA game alert?
NBA game alert é uma extensão do Chrome desenvolvida por https://raysblog.netlify.app, e sua principal característica é "Chrome extension for NBA fans to be notified of their favorite teams and scores!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NBA game alert
Baixe arquivos de extensão NBA game alert no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | eenjjidegjlphgaapdolmhdhoongphmf |
URL Oficial | https://chrome.google.com/webstore/detail/nba-game-alert/eenjjidegjlphgaapdolmhdhoongphmf |
Descrição | Chrome extension for NBA fans to be notified of their favorite teams and scores! |
Tamanho do Arquivo | 29.77 KB |
Contagem de Instalações | 120 |
Versão Atual | 4.0.0 |
Última Atualização | 2021-12-20 |
Data de Publicação | 2019-10-24 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://raysblog.netlify.app |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.raymonddeng.com/ |
Idiomas Suportados | 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 } |