Office Football Pool Enhancer

This extension adds some additional functionality to Office Football Pool

Cos'è Office Football Pool Enhancer?

Office Football Pool Enhancer è un'estensione di Chrome sviluppata da Ethan Hart, e la sua funzione principale è "This extension adds some additional functionality to Office Football Pool".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Office Football Pool Enhancer

Scarica i file di estensione Office Football Pool Enhancer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Office Football Pool Enhancer Office Football Pool Enhancer
ID giddgbpfifkedgnlonpcpbhnhbpkdapo
URL Ufficiale https://chromewebstore.google.com/detail/office-football-pool-enha/giddgbpfifkedgnlonpcpbhnhbpkdapo
Descrizione This extension adds some additional functionality to Office Football Pool
Dimensione del File 8.64 KB
Conteggio Installazioni 79
Versione Corrente 2.1
Ultimo Aggiornamento 2019-08-26
Data di Pubblicazione 2019-08-26
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Ethan Hart
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}