sflp
Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…
Vad är sflp?
sflp är en Chrome-tillägg utvecklad av rsmuin, och dess huvudfunktion är "Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…".
Tilläggsskärmbilder
Ladda ner sflp-förlängningens CRX-fil
Ladda ner sflp-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | sflp |
ID | bbjfddlngfndbghjpfhabigcnckpnlki |
Officiell webbadress | https://chromewebstore.google.com/detail/sflp/bbjfddlngfndbghjpfhabigcnckpnlki |
Beskrivning | Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass… |
Filstorlek | 807 KB |
Antal Installationer | 39 |
Aktuell Version | 0.13 |
Senast Uppdaterad | 2023-10-24 |
Publiceringsdatum | 2019-10-25 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | rsmuin |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } |