NBA Reddit Streams

NBA Reddit Streams. r/nbastreams shortcut. 2-clicks away from your favorite nba stream.

NBA Reddit Streamsคืออะไร?

NBA Reddit Streams เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rudya และคุณลักษณะหลักของมันคือ "NBA Reddit Streams. r/nbastreams shortcut. 2-clicks away from your favorite nba stream."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย NBA Reddit Streams ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Quickly find streams located in r/nbastreams. The simple interface shows current game threads.

Update 1.0.1
- fix Kings bug

Update 1.0.2
- fix Trailblazers bug

Update 1.0.3
-split city and name for improved string comparison                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ NBA Reddit Streams NBA Reddit Streams
ID npkbmplfkagffgjgohfofpdcabgbpijd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/nba-reddit-streams/npkbmplfkagffgjgohfofpdcabgbpijd
คำอธิบาย NBA Reddit Streams. r/nbastreams shortcut. 2-clicks away from your favorite nba stream.
ขนาดไฟล์ 1.1 MB
จำนวนการติดตั้ง 46
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2019-05-16
วันที่เผยแพร่ 2019-05-16
ผู้พัฒนา rudya
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NBA Reddit Streams",
    "version": "1.0.3",
    "description": "NBA Reddit Streams. r\/nbastreams shortcut. 2-clicks away from your favorite nba stream.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "https:\/\/www.reddit.com\/r\/nbastreams\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/nrs16.png",
            "32": "images\/nrs32.png",
            "48": "images\/nrs48.png",
            "128": "images\/nrs128.png"
        }
    },
    "icons": {
        "16": "images\/nrs16.png",
        "32": "images\/nrs32.png",
        "48": "images\/nrs48.png",
        "128": "images\/nrs128.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}