ESPN Unspoiled
Hide scores and winners on the ESPN scoreboard
什么是ESPN Unspoiled?
ESPN Unspoiled是由pwgraham91开发的Chrome扩展程序,该扩展的主要功能是“Hide scores and winners on the ESPN scoreboard”。
扩展截图
下载ESPN Unspoiled扩展crx文件
下载ESPN Unspoiled扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hide scores while on the scoreboard page on ESPN. Use this so you can check which teams played or will play soon without spoilers! 扩展基本信息
| 名称 | |
| ID | jpmkcgjkdbhenbpfddgljppngclfmomk |
| 官方URL | https://chromewebstore.google.com/detail/espn-unspoiled/jpmkcgjkdbhenbpfddgljppngclfmomk |
| 简介 | Hide scores and winners on the ESPN scoreboard |
| 文件大小 | 8.96 KB |
| 安装次数 | 47 |
| 当前版本 | 1.1 |
| 更新时间 | 2021-02-23 |
| 上架时间 | 2020-01-04 |
| 开发者 | pwgraham91 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/pwgraham91/ESPN-Unspoiled |
| 帮助页面URL | https://github.com/pwgraham91 |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ESPN Unspoiled",
"version": "1.1",
"description": "Hide scores and winners on the ESPN scoreboard",
"browser_action": {
"default_icon": {
"128": "logo.png"
}
},
"content_scripts": [
{
"js": [
"main.js"
],
"matches": [
"https:\/\/www.espn.com\/soccer\/scoreboard\/*"
]
}
]
} | |