Sleeper Enhancement
Improves features of the Sleeper Fantasy Football Website.
什麼是Sleeper Enhancement?
Sleeper Enhancement是由jakeupdev開發的Chrome擴展程式,該擴展的主要功能是“Improves features of the Sleeper Fantasy Football Website.”。
擴展截圖
下載Sleeper Enhancement擴展crx文件
下載Sleeper Enhancement擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Adds projected median score for leagues. 擴展基本資訊
| 名稱 | |
| ID | nkhjgbdlbbekiponmhkaeecgdnmdiaml |
| 官方網址 | https://chromewebstore.google.com/detail/sleeper-enhancement/nkhjgbdlbbekiponmhkaeecgdnmdiaml |
| 簡介 | Improves features of the Sleeper Fantasy Football Website. |
| 檔案大小 | 649 KB |
| 安裝次數 | 202 |
| 目前版本 | 0.0.0.3 |
| 更新時間 | 2021-09-22 |
| 上架時間 | 2021-09-14 |
| 開發者 | jakeupdev |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Sleeper Enhancement",
"description": "Improves features of the Sleeper Fantasy Football Website.",
"version": "0.0.0.3",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/sleeper.app\/*"
],
"js": [
"background.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"icons": {
"128": "images\/icons\/icon-128x128.png"
}
} | |