NBA game alert
Chrome extension for NBA fans to be notified of their favorite teams and scores!
什麼是NBA game alert?
NBA game alert是由https://raysblog.netlify.app開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension for NBA fans to be notified of their favorite teams and scores!”。
擴展截圖
下載NBA game alert擴展crx文件
下載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 |
官方網址 | 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 } |