NBA Simple
Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)
NBA Simpleとは何ですか?
NBA SimpleはChad Tillekeratneによって開発されたChromeの拡張機能で、その主な機能は「Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)」です。
拡張機能のスクリーンショット
NBA Simple拡張機能のCRXファイルをダウンロード
NBA Simple拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
NBA Simple provides a minimal interface to view NBA game scores and enhance the NBA League Pass experience by providing video player options not available on the standard NBA.com view (EG - fill window with video).
拡張機能の基本情報
名前 | NBA Simple |
ID | oehnokjddbdmhlcldacehgnkjclmpahd |
公式URL | https://chromewebstore.google.com/detail/nba-simple/oehnokjddbdmhlcldacehgnkjclmpahd |
説明 | Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video) |
ファイルサイズ | 18.22 KB |
インストール数 | 55 |
現在のバージョン | 0.9.4 |
最終更新日 | 2018-11-04 |
公開日 | 2018-11-03 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Chad Tillekeratne |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NBA Simple", "version": "0.9.4", "description": "Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)", "permissions": [ "activeTab", "tabs", "declarativeContent", "storage", "https:\/\/data.nba.net\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/basketball_16.png", "32": "images\/basketball_32.png", "48": "images\/basketball_48.png", "128": "images\/basketball_128.png" }, "icons": { "16": "images\/basketball_16.png", "32": "images\/basketball_32.png", "48": "images\/basketball_48.png", "128": "images\/basketball_128.png" } }, "manifest_version": 2 } |