WorldSnookerData Decorator
Add stats to snooker scores on worldsnookerdata.com
Wat is WorldSnookerData Decorator?
WorldSnookerData Decorator is een Chrome-extensie ontwikkeld door Mateusz Rusin, en de belangrijkste functie is "Add stats to snooker scores on worldsnookerdata.com".
Extensie Screenshots
Download het CRX-bestand van de extensie WorldSnookerData Decorator
Download WorldSnookerData Decorator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | WorldSnookerData Decorator |
ID | lfjmcmhmeniopfbiokhdliidpejenijp |
Officiële URL | https://chromewebstore.google.com/detail/worldsnookerdata-decorato/lfjmcmhmeniopfbiokhdliidpejenijp |
Beschrijving | Add stats to snooker scores on worldsnookerdata.com |
Bestandsgrootte | 367 KB |
Aantal Installaties | 38 |
Huidige Versie | 0.0.8 |
Laatst Bijgewerkt | 2023-01-14 |
Publicatiedatum | 2019-05-04 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Mateusz Rusin |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://snooker.prawie.pl/ |
Ondersteunde Talen | 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\/*" ] } |