Office Football Pool Enhancer
This extension adds some additional functionality to Office Football Pool
Wat is Office Football Pool Enhancer?
Office Football Pool Enhancer is een Chrome-extensie ontwikkeld door Ethan Hart, en de belangrijkste functie is "This extension adds some additional functionality to Office Football Pool".
Extensie Screenshots
Download het CRX-bestand van de extensie Office Football Pool Enhancer
Download Office Football Pool Enhancer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Office Football Pool Enhancer |
ID | giddgbpfifkedgnlonpcpbhnhbpkdapo |
Officiële URL | https://chromewebstore.google.com/detail/office-football-pool-enha/giddgbpfifkedgnlonpcpbhnhbpkdapo |
Beschrijving | This extension adds some additional functionality to Office Football Pool |
Bestandsgrootte | 8.64 KB |
Aantal Installaties | 79 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2019-08-26 |
Publicatiedatum | 2019-08-26 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Ethan Hart |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |