sflp
Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…
O que é sflp?
sflp é uma extensão do Chrome desenvolvida por rsmuin, e sua principal característica é "Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão sflp
Baixe arquivos de extensão sflp no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | sflp |
ID | bbjfddlngfndbghjpfhabigcnckpnlki |
URL Oficial | https://chromewebstore.google.com/detail/sflp/bbjfddlngfndbghjpfhabigcnckpnlki |
Descrição | Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass… |
Tamanho do Arquivo | 807 KB |
Contagem de Instalações | 39 |
Versão Atual | 0.13 |
Última Atualização | 2023-10-24 |
Data de Publicação | 2019-10-25 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | rsmuin |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |