Office Football Pool Enhancer

This extension adds some additional functionality to Office Football Pool

Was ist Office Football Pool Enhancer?

Office Football Pool Enhancer ist eine Chrome-Erweiterung, die von Ethan Hart entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds some additional functionality to Office Football Pool".

Erweiterungsscreenshots

screenshot

Office Football Pool Enhancer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Office Football Pool Enhancer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Office Football Pool Enhancer Office Football Pool Enhancer
ID giddgbpfifkedgnlonpcpbhnhbpkdapo
Offizielle URL https://chromewebstore.google.com/detail/office-football-pool-enha/giddgbpfifkedgnlonpcpbhnhbpkdapo
Beschreibung This extension adds some additional functionality to Office Football Pool
Dateigröße 8.64 KB
Installationsanzahl 79
Aktuelle Version 2.1
Letztes Update 2019-08-26
Veröffentlichungsdatum 2019-08-26
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Ethan Hart
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}