sflp
Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…
Co to jest sflp?
sflp to rozszerzenie Chrome opracowane przez rsmuin, a jego główną funkcją jest „Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia sflp
Pobierz pliki rozszerzeń sflp w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | sflp |
ID | bbjfddlngfndbghjpfhabigcnckpnlki |
Oficjalny URL | https://chromewebstore.google.com/detail/sflp/bbjfddlngfndbghjpfhabigcnckpnlki |
Opis | Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass… |
Rozmiar pliku | 807 KB |
Liczba instalacji | 39 |
Aktualna Wersja | 0.13 |
Ostatnia Aktualizacja | 2023-10-24 |
Data Publikacji | 2019-10-25 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | rsmuin |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } |