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!」です。

拡張機能のスクリーンショット

screenshot
screenshot

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!                    

拡張機能の基本情報

名前 NBA game alert NBA game alert
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
Eメール [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
}