WorldSnookerData Decorator

Add stats to snooker scores on worldsnookerdata.com

Was ist WorldSnookerData Decorator?

WorldSnookerData Decorator ist eine Chrome-Erweiterung, die von Mateusz Rusin entwickelt wurde, und ihr Hauptmerkmal ist "Add stats to snooker scores on worldsnookerdata.com".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

WorldSnookerData Decorator-Erweiterungs-CRX-Datei herunterladen

Laden Sie WorldSnookerData Decorator-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

                        Added some sweets to snooker scores:

CALENDAR:
    - added turnament days counter

LIVE SCORES:
    - changed timer to 15 seconds (instead of 30 and 60 seconds) 
    - added link to current match stats

MATCHES:
    - added link to unfinished match (live scoresheet)

MATCHES -> MATCH:
    - added breaks 50+  and centuries counter
    - added points sum
    - added frames results
    - added "game flow" chart
    - added "win probability" chart

CENTURIES:
    - added player centuries counter

SESSIONS:
    - added local venue timezone picker to convert session start time                    

Grundlegende Informationen zur Erweiterung

Name WorldSnookerData Decorator WorldSnookerData Decorator
ID lfjmcmhmeniopfbiokhdliidpejenijp
Offizielle URL https://chromewebstore.google.com/detail/worldsnookerdata-decorato/lfjmcmhmeniopfbiokhdliidpejenijp
Beschreibung Add stats to snooker scores on worldsnookerdata.com
Dateigröße 367 KB
Installationsanzahl 38
Aktuelle Version 0.0.8
Letztes Update 2023-01-14
Veröffentlichungsdatum 2019-05-04
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Mateusz Rusin
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://snooker.prawie.pl/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WorldSnookerData Decorator",
    "version": "0.0.8",
    "manifest_version": 2,
    "description": "Add stats to snooker scores on worldsnookerdata.com",
    "homepage_url": "http:\/\/livescores.worldsnookerdata.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/livescores.worldsnookerdata.com\/*",
                "https:\/\/livescores.worldsnookerdata.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/chart.js",
                "js\/moment.js",
                "js\/inject.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/livescores.worldsnookerdata.com\/*",
        "https:\/\/livescores.worldsnookerdata.com\/*"
    ]
}