Office Football Pool Enhancer
This extension adds some additional functionality to Office Football Pool
Office Football Pool Enhancer क्या है?
Office Football Pool Enhancer Ethan Hart द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds some additional functionality to Office Football Pool"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Office Football Pool Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension modifies the overall standings table for Office Football Pool to show what the average (mean) number of shares is across the pool and show how much each user deviates from the mean. The latest update fixes a new table layout, adds some sorting functionality previously not present, and includes some minor visual enhancements. Fixed (2019-08-26): Pending picks visible again on overall standings, Not Active users removed from table Known bugs: Reverse sorting for "Risked" not working
एक्सटेंशन की मूल जानकारी
नाम | Office Football Pool Enhancer |
ID | giddgbpfifkedgnlonpcpbhnhbpkdapo |
आधिकारिक URL | https://chromewebstore.google.com/detail/office-football-pool-enha/giddgbpfifkedgnlonpcpbhnhbpkdapo |
विवरण | This extension adds some additional functionality to Office Football Pool |
फ़ाइल का आकार | 8.64 KB |
स्थापना संख्या | 79 |
वर्तमान संस्करण | 2.1 |
अंतिम अपडेट | 2019-08-26 |
प्रकाशन तिथि | 2019-08-26 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Ethan Hart |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Office Football Pool Enhancer", "description": "This extension adds some additional functionality to Office Football Pool", "version": "2.1", "icons": { "128": "images\/icon128.png" }, "content_scripts": [ { "js": [ "js\/ofps.js" ], "matches": [ "*:\/\/officefootballpool.com\/standings*", "*:\/\/www.officefootballpool.com\/standings*" ], "run_at": "document_end" } ] } |