sflp
Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…
Apa itu sflp?
sflp adalah ekstensi Chrome yang dikembangkan oleh rsmuin, dan fitur utamanya adalah "Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi sflp
Unduh file ekstensi sflp dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | sflp |
ID | bbjfddlngfndbghjpfhabigcnckpnlki |
URL Resmi | https://chromewebstore.google.com/detail/sflp/bbjfddlngfndbghjpfhabigcnckpnlki |
Deskripsi | Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass… |
Ukuran File | 807 KB |
Jumlah Instalasi | 39 |
Versi Saat Ini | 0.13 |
Terakhir Diperbarui | 2023-10-24 |
Tanggal Publikasi | 2019-10-25 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | rsmuin |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |