Live cricket scoreboard
This extension shows live scoreboard for a cricket match.
Qu'est-ce que Live cricket scoreboard ?
Live cricket scoreboard est une extension Chrome développée par abhi, et sa fonction principale est "This extension shows live scoreboard for a cricket match.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Live cricket scoreboard
Téléchargez les fichiers d'extension Live cricket scoreboard 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
It show you live cricket scores, previous cricket match results and upcoming matches venue and date.
Informations de Base sur l'Extension
Nom | |
ID | fgpmbmjmcdioelmfkgcfoimlibnnedpa |
URL Officiel | https://chrome.google.com/webstore/detail/live-cricket-scoreboard/fgpmbmjmcdioelmfkgcfoimlibnnedpa |
Description | This extension shows live scoreboard for a cricket match. |
Taille du Fichier | 164 KB |
Nombre d'Installations | 187 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2016-01-29 |
Date de Publication | 2016-01-29 |
Évaluation | 3.00/5 Total 4 Évaluations |
Développeur | abhi |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Live cricket scoreboard", "description": "This extension shows live scoreboard for a cricket match.", "version": "2.0", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Live Cricket Score!!!" }, "content_scripts": [ { "matches": [ "http:\/\/www.google.com\/*" ], "css": [ "fix.css" ], "js": [ "live-score.js", "fixtures.js" ] } ], "permissions": [ "storage", "activeTab", "https:\/\/ajax.googleapis.com\/", "http:\/\/*.google.com\/", "https:\/\/*.google.com\/", "http:\/\/*.cricbuzz.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "img\/icon128.png", "fix.css" ] } |