Cricbuzz
Live Cricket scores & latest cricket news from Cricbuzz.com
Qu'est-ce que Cricbuzz ?
Cricbuzz est une extension Chrome développée par http://www.cricbuzz.com, et sa fonction principale est "Live Cricket scores & latest cricket news from Cricbuzz.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cricbuzz
Téléchargez les fichiers d'extension Cricbuzz 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
20,000th Test run from Sachin or a toe crushing yorker from Styen, chasing down a total of 435 or bowling a team out for less than 43, never miss a moment from your favourite game! Keep up with everything Cricket with the best Cricket extension for Chrome brought to you by the folks at Cricbuzz.com.
Informations de Base sur l'Extension
Nom | |
ID | opljecakjchbhhikbeifamamnpcdbgem |
URL Officiel | https://chrome.google.com/webstore/detail/cricbuzz/opljecakjchbhhikbeifamamnpcdbgem |
Description | Live Cricket scores & latest cricket news from Cricbuzz.com |
Taille du Fichier | 188 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.2.9 |
Dernière Mise à Jour | 2012-12-05 |
Date de Publication | 2012-12-05 |
Évaluation | 4.55/5 Total 309 Évaluations |
Développeur | http://www.cricbuzz.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.cricbuzz.com |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cricbuzz", "version": "1.2.9", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*.cricbuzz.com\/*" ], "js": [ "\/scripts\/installCheck.js" ], "run_at": "document_end" } ], "description": "Live Cricket scores & latest cricket news from Cricbuzz.com", "icons": { "128": "images\/ico_128.png", "64": "images\/ico_64.png", "48": "images\/ico_48.png", "32": "images\/ico_32.png", "24": "images\/ico_24.png" }, "browser_action": { "default_icon": "images\/ico_19.png", "default_title": "Cricbuzz", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "minimum_chrome_version": "18", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "options_page": "options.html", "permissions": [ "http:\/\/mapps.cricbuzz.com\/", "http:\/\/*.cricbuzz.com\/*", "background", "tabs", "http:\/\/mapps.cricbuzz.com\/cricbuzz\/rss\/", "notifications" ] } |