WorldSnookerData Decorator

Add stats to snooker scores on worldsnookerdata.com

Что такое WorldSnookerData Decorator?

WorldSnookerData Decorator - это расширение Chrome, разработанное Mateusz Rusin, и его основная функция - "Add stats to snooker scores on worldsnookerdata.com".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения WorldSnookerData Decorator

Скачайте файлы расширений WorldSnookerData Decorator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название WorldSnookerData Decorator WorldSnookerData Decorator
ID lfjmcmhmeniopfbiokhdliidpejenijp
Официальный URL https://chromewebstore.google.com/detail/worldsnookerdata-decorato/lfjmcmhmeniopfbiokhdliidpejenijp
Описание Add stats to snooker scores on worldsnookerdata.com
Размер файла 367 KB
Количество установок 38
Текущая Версия 0.0.8
Последнее Обновление 2023-01-14
Дата публикации 2019-05-04
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Mateusz Rusin
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://snooker.prawie.pl/
Поддерживаемые языки 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\/*"
    ]
}