sflp
Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…
Was ist sflp?
sflp ist eine Chrome-Erweiterung, die von rsmuin entwickelt wurde, und ihr Hauptmerkmal ist "Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…".
Erweiterungsscreenshots
sflp-Erweiterungs-CRX-Datei herunterladen
Laden Sie sflp-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bbjfddlngfndbghjpfhabigcnckpnlki |
| Offizielle URL | https://chromewebstore.google.com/detail/sflp/bbjfddlngfndbghjpfhabigcnckpnlki |
| Beschreibung | Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass… |
| Dateigröße | 807 KB |
| Installationsanzahl | 39 |
| Aktuelle Version | 0.13 |
| Letztes Update | 2023-10-24 |
| Veröffentlichungsdatum | 2019-10-25 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | rsmuin |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |