WorldSnookerData Decorator

Add stats to snooker scores on worldsnookerdata.com

What is WorldSnookerData Decorator?

WorldSnookerData Decorator is a Chrome extension developed by Mateusz Rusin, and its main feature is "Add stats to snooker scores on worldsnookerdata.com".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download WorldSnookerData Decorator Extension CRX File

Download WorldSnookerData Decorator 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

                        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                    

Extension Basic Information

Name WorldSnookerData Decorator WorldSnookerData Decorator
ID lfjmcmhmeniopfbiokhdliidpejenijp
Official URL https://chromewebstore.google.com/detail/worldsnookerdata-decorato/lfjmcmhmeniopfbiokhdliidpejenijp
Description Add stats to snooker scores on worldsnookerdata.com
File Size 367 KB
Installation Count 38
Current Version 0.0.8
Last Updated 2023-01-14
Publish Date 2019-05-04
Rating 5.00/5 Total 1 Ratings
Developer Mateusz Rusin
Email [email protected]
Payment Type free
Extension Website http://snooker.prawie.pl/
Supported Languages 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\/*"
    ]
}