Better Sleeper
Enhanced Sleeper.com Fantasy Football features Allows the League table to be sorted and viewed in an improved way.
Τι είναι το Better Sleeper;
Το Better Sleeper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://clayson.tech, και η κύρια λειτουργία του είναι "Enhanced Sleeper.com Fantasy Football features Allows the League table to be sorted and viewed in an improved way.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Better Sleeper
Λήψη αρχείων επέκτασης Better Sleeper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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..
Βασικές Πληροφορίες Επέκτασης
Όνομα | Better Sleeper |
ID | gpgfaadbjeekenodaogicdhplgjmofho |
Επίσημο URL | https://chromewebstore.google.com/detail/better-sleeper/gpgfaadbjeekenodaogicdhplgjmofho |
Περιγραφή | Enhanced Sleeper.com Fantasy Football features Allows the League table to be sorted and viewed in an improved way. |
Μέγεθος Αρχείου | 22.55 KB |
Αριθμός Εγκαταστάσεων | 49 |
Τρέχουσα Έκδοση | 1.3.1 |
Τελευταία Ενημέρωση | 2023-06-06 |
Ημερομηνία Δημοσίευσης | 2023-06-06 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://clayson.tech |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } |