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 |
| 公式URL | 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 |
| Eメール | [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"
}
} | |