sflp
Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…
Cos'è sflp?
sflp è un'estensione di Chrome sviluppata da rsmuin, e la sua funzione principale è "Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione sflp
Scarica i file di estensione sflp in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | sflp |
ID | bbjfddlngfndbghjpfhabigcnckpnlki |
URL Ufficiale | https://chromewebstore.google.com/detail/sflp/bbjfddlngfndbghjpfhabigcnckpnlki |
Descrizione | Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass… |
Dimensione del File | 807 KB |
Conteggio Installazioni | 39 |
Versione Corrente | 0.13 |
Ultimo Aggiornamento | 2023-10-24 |
Data di Pubblicazione | 2019-10-25 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | rsmuin |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |