NBA Fantasy
To have easy access to fantasy player data
NBA Fantasyคืออะไร?
NBA Fantasy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย frankbi322 และคุณลักษณะหลักของมันคือ "To have easy access to fantasy player data"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NBA Fantasy
ดาวน์โหลดไฟล์ส่วนขยาย NBA Fantasy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Select text and right click to open a context menu to pull up a player's 2016-2017 NBA season stats.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mpcaiajpmmiealhpeoipjmkodgijmccm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/nba-fantasy/mpcaiajpmmiealhpeoipjmkodgijmccm |
คำอธิบาย | To have easy access to fantasy player data |
ขนาดไฟล์ | 201 KB |
จำนวนการติดตั้ง | 12 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2016-12-06 |
วันที่เผยแพร่ | 2016-12-06 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | frankbi322 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NBA Fantasy", "description": "To have easy access to fantasy player data", "version": "0.2", "content_security_policy": "script-src 'self' 'sha256-WOdSzz11\/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs='", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "NBA Fantasy", "default_popup": "popup.html" }, "icons": { "16": "icons\/nba-logo16.png", "48": "icons\/nba-logo48.png", "128": "icons\/nba-logo128.png" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs", "contextMenus", "storage", "http:\/\/www.basketball-reference.com\/players\/*", "http:\/\/fantasysports.yahooapis.com\/fantasy\/v2\/*", "*:\/\/*\/*" ] } |