Sleeper Enhancement
Improves features of the Sleeper Fantasy Football Website.
What is Sleeper Enhancement?
Sleeper Enhancement is a Chrome extension developed by jakeupdev, and its main feature is "Improves features of the Sleeper Fantasy Football Website.".
Extension Screenshots
Download Sleeper Enhancement Extension CRX File
Download Sleeper Enhancement extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds projected median score for leagues.
Extension Basic Information
Name | Sleeper Enhancement |
ID | nkhjgbdlbbekiponmhkaeecgdnmdiaml |
Official URL | https://chromewebstore.google.com/detail/sleeper-enhancement/nkhjgbdlbbekiponmhkaeecgdnmdiaml |
Description | Improves features of the Sleeper Fantasy Football Website. |
File Size | 649 KB |
Installation Count | 202 |
Current Version | 0.0.0.3 |
Last Updated | 2021-09-22 |
Publish Date | 2021-09-14 |
Developer | jakeupdev |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |