Better Sleeper
Enhanced Sleeper.com Fantasy Football features Allows the League table to be sorted and viewed in an improved way.
¿Qué es Better Sleeper?
Better Sleeper es una extensión de Chrome desarrollada por https://clayson.tech, y su función principal es "Enhanced Sleeper.com Fantasy Football features Allows the League table to be sorted and viewed in an improved way.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Better Sleeper
Descarga archivos de extensión Better Sleeper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Extension for the Sleeper.com Fantasy football website This extension replaces the existing league table with an improved one allowing the user to see max potential points for and allows the league table to be sorted by all available columns replicating the funcationality currently provided by the Sleeper mobile app..
Información Básica de la Extensión
Nombre | Better Sleeper |
ID | gpgfaadbjeekenodaogicdhplgjmofho |
URL Oficial | https://chromewebstore.google.com/detail/better-sleeper/gpgfaadbjeekenodaogicdhplgjmofho |
Descripción | Enhanced Sleeper.com Fantasy Football features Allows the League table to be sorted and viewed in an improved way. |
Tamaño del Archivo | 22.55 KB |
Cantidad de Instalaciones | 49 |
Versión Actual | 1.3.1 |
Última Actualización | 2023-06-06 |
Fecha de Publicación | 2023-06-06 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | https://clayson.tech |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Better Sleeper", "version": "1.3.1", "description": "Enhanced Sleeper.com Fantasy Football features Allows the League table to be sorted and viewed in an improved way.", "background": { "service_worker": "scripts\/background.js" }, "host_permissions": [ "*:\/\/sleeper.com\/*" ], "content_scripts": [ { "js": [ "scripts\/config.js", "scripts\/utils.js", "scripts\/PlayerRoster.js", "scripts\/main.js", "scripts\/detailsComponent.js", "scripts\/content.js" ], "css": [ "style.css" ], "matches": [ "*:\/\/sleeper.com\/*" ], "run_at": "document_end" } ], "icons": { "48": "img\/Better_Sleeper_48.png", "128": "img\/Better_Sleeper_128.png" } } |