sflp
Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…
What is sflp?
sflp is a Chrome extension developed by rsmuin, and its main feature is "Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…".
Extension Screenshots
Download sflp Extension CRX File
Download sflp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | sflp |
ID | bbjfddlngfndbghjpfhabigcnckpnlki |
Official URL | https://chromewebstore.google.com/detail/sflp/bbjfddlngfndbghjpfhabigcnckpnlki |
Description | Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass… |
File Size | 807 KB |
Installation Count | 39 |
Current Version | 0.13 |
Last Updated | 2023-10-24 |
Publish Date | 2019-10-25 |
Rating | 5.00/5 Total 2 Ratings |
Developer | rsmuin |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |