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 https://clayson.tech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhanced Sleeper.com Fantasy Football features Allows the League table to be sorted and viewed in an improved way."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Better Sleeper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |