sflp
Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…
什么是sflp?
sflp是由rsmuin开发的Chrome扩展程序,该扩展的主要功能是“Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…”。
扩展截图
下载sflp扩展crx文件
下载sflp扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | bbjfddlngfndbghjpfhabigcnckpnlki |
| 官方URL | https://chromewebstore.google.com/detail/sflp/bbjfddlngfndbghjpfhabigcnckpnlki |
| 简介 | Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass… |
| 文件大小 | 807 KB |
| 安装次数 | 39 |
| 当前版本 | 0.13 |
| 更新时间 | 2023-10-24 |
| 上架时间 | 2019-10-25 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | rsmuin |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
} | |