Live Cricket Scores

For all the fans of WC 2015.

Cos'è Live Cricket Scores?

Live Cricket Scores è un'estensione di Chrome sviluppata da Samarth Shah, e la sua funzione principale è "For all the fans of WC 2015.".

Scarica il file CRX dell'estensione Live Cricket Scores

Scarica i file di estensione Live Cricket Scores 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

                        Are you a cricket fan but also sometimes want to keep yourself updated with the live scores?

Download this extension and you can learn the scores of ALL current matches in just a click.                    

Informazioni di Base sull'Estensione

Nome Live Cricket Scores Live Cricket Scores
ID nffhjmjhmbjghjnfhbldeakeobnhfjki
URL Ufficiale https://chrome.google.com/webstore/detail/live-cricket-scores/nffhjmjhmbjghjnfhbldeakeobnhfjki
Descrizione For all the fans of WC 2015.
Dimensione del File 41.03 KB
Conteggio Installazioni 32
Versione Corrente 1.0
Ultimo Aggiornamento 2015-03-28
Data di Pubblicazione 2015-03-28
Valutazione 4.60/5 Totale 5 Valutazioni
Sviluppatore Samarth Shah
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Live Cricket Scores",
    "description": "For all the fans of WC 2015.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here to get the live scores."
    },
    "permissions": [
        "http:\/\/static.cricinfo.com\/rss\/livescores.xml"
    ]
}