Office Football Pool Enhancer
This extension adds some additional functionality to Office Football Pool
What is Office Football Pool Enhancer?
Office Football Pool Enhancer is a Chrome extension developed by Ethan Hart, and its main feature is "This extension adds some additional functionality to Office Football Pool".
Extension Screenshots
Download Office Football Pool Enhancer Extension CRX File
Download Office Football Pool Enhancer 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
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
Extension Basic Information
Name | Office Football Pool Enhancer |
ID | giddgbpfifkedgnlonpcpbhnhbpkdapo |
Official URL | https://chromewebstore.google.com/detail/office-football-pool-enha/giddgbpfifkedgnlonpcpbhnhbpkdapo |
Description | This extension adds some additional functionality to Office Football Pool |
File Size | 8.64 KB |
Installation Count | 79 |
Current Version | 2.1 |
Last Updated | 2019-08-26 |
Publish Date | 2019-08-26 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Ethan Hart |
Payment Type | free |
Supported Languages | 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" } ] } |