NBA Simple

Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)

NBA Simpleคืออะไร?

NBA Simple เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chad Tillekeratne และคุณลักษณะหลักของมันคือ "Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NBA Simple

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
}