sflp
Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…
Hvad er sflp?
sflp er en Chrome-udvidelse udviklet af rsmuin, og dens hovedfunktion er "Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…".
Udvidelsesskærmbilleder
Download sflp-udvidelses-CRX-fil
Download sflp-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | sflp |
ID | bbjfddlngfndbghjpfhabigcnckpnlki |
Officiel URL | https://chromewebstore.google.com/detail/sflp/bbjfddlngfndbghjpfhabigcnckpnlki |
Beskrivelse | Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass… |
Filstørrelse | 807 KB |
Antal Installationer | 39 |
Nuværende Version | 0.13 |
Senest Opdateret | 2023-10-24 |
Udgivelsesdato | 2019-10-25 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | rsmuin |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } |