sflp
Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…
sflpคืออะไร?
sflp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rsmuin และคุณลักษณะหลักของมันคือ "Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย sflp
ดาวน์โหลดไฟล์ส่วนขยาย sflp ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass game feed in a new tab, and any scores or spoilers are hidden from view using CSS changes.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | sflp |
ID | bbjfddlngfndbghjpfhabigcnckpnlki |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sflp/bbjfddlngfndbghjpfhabigcnckpnlki |
คำอธิบาย | Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass… |
ขนาดไฟล์ | 807 KB |
จำนวนการติดตั้ง | 39 |
เวอร์ชันปัจจุบัน | 0.13 |
อัปเดตครั้งล่าสุด | 2023-10-24 |
วันที่เผยแพร่ | 2019-10-25 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | rsmuin |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "bball.png", "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "css": [ "nbapage.css" ], "js": [ "jquery191.js", "jquery111.js", "obj.js", "popup.js" ], "matches": [ "http:\/\/www.nba.com\/*", "https:\/\/www.nba.com\/*" ], "run_at": "document_end" } ], "icons": { "128": "bball.png", "16": "bball.png", "48": "bball.png" }, "manifest_version": 2, "name": "sflp", "permissions": [ "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.13" } |