Cricbuzz
Live Cricket scores & latest cricket news from Cricbuzz.com
Cos'è Cricbuzz?
Cricbuzz è un'estensione di Chrome sviluppata da http://www.cricbuzz.com, e la sua funzione principale è "Live Cricket scores & latest cricket news from Cricbuzz.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cricbuzz
Scarica i file di estensione Cricbuzz in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | opljecakjchbhhikbeifamamnpcdbgem |
URL Ufficiale | https://chrome.google.com/webstore/detail/cricbuzz/opljecakjchbhhikbeifamamnpcdbgem |
Descrizione | Live Cricket scores & latest cricket news from Cricbuzz.com |
Dimensione del File | 188 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 1.2.9 |
Ultimo Aggiornamento | 2012-12-05 |
Data di Pubblicazione | 2012-12-05 |
Valutazione | 4.55/5 Totale 309 Valutazioni |
Sviluppatore | http://www.cricbuzz.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.cricbuzz.com |
Lingue Supportate | 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" ] } |