Absolute Radio Live Scores
Stay up to date with the latest fixtures and results with the official Live Scores Chrome app.
Qu'est-ce que Absolute Radio Live Scores ?
Absolute Radio Live Scores est une extension Chrome développée par http://www.absoluteradio.co.uk, et sa fonction principale est "Stay up to date with the latest fixtures and results with the official Live Scores Chrome app.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Absolute Radio Live Scores
Téléchargez les fichiers d'extension Absolute Radio Live Scores au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Absolute Radio Live Scores Chrome app gives you one click access to the latest fixtures and scores from the Barclays Premier League, FA Cup, League Cup, Champions League and Europa League. The user friendly interface provides you with minute-by-minute updated match scores, allowing you to see each weeks fixtures and results without complication. The ability to set your default league alongside keyboard navigation will give you instant access to the information you want.
Informations de Base sur l'Extension
Nom | |
ID | kgmkadilkeimcolingoooifhoknpkifi |
URL Officiel | https://chrome.google.com/webstore/detail/absolute-radio-live-score/kgmkadilkeimcolingoooifhoknpkifi |
Description | Stay up to date with the latest fixtures and results with the official Live Scores Chrome app. |
Taille du Fichier | 359 KB |
Nombre d'Installations | 4,105 |
Version Actuelle | 1.41.0 |
Dernière Mise à Jour | 2013-07-19 |
Date de Publication | 2013-07-19 |
Évaluation | 4.33/5 Total 55 Évaluations |
Développeur | http://www.absoluteradio.co.uk |
Type de Paiement | free |
Site Web de l'Extension | http://www.absoluteradio.co.uk |
URL de la Page d'Aide | http://www.absoluteradio.co.uk/contact?to=techies&subject=Live%20Scores%20Chrome%20Extension%20support#form |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Absolute Radio Live Scores", "version": "1.41.0", "manifest_version": 2, "background": { "scripts": [ "\/scripts\/background.js", "\/scripts\/script.js", "\/scripts\/jquery-1.8.2.min.js" ] }, "description": "Stay up to date with the latest fixtures and results with the official Live Scores Chrome app.", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "options_page": "options.html", "browser_action": { "default_icon": "icons\/main_icon.png", "default_popup": "popup.html" } } |