Cricbuzz

Live Cricket scores & latest cricket news from Cricbuzz.com

Wat is Cricbuzz?

Cricbuzz is een Chrome-extensie ontwikkeld door http://www.cricbuzz.com, en de belangrijkste functie is "Live Cricket scores & latest cricket news from Cricbuzz.com".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Cricbuzz

Download Cricbuzz-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Cricbuzz Cricbuzz
ID opljecakjchbhhikbeifamamnpcdbgem
Officiële URL https://chrome.google.com/webstore/detail/cricbuzz/opljecakjchbhhikbeifamamnpcdbgem
Beschrijving Live Cricket scores & latest cricket news from Cricbuzz.com
Bestandsgrootte 188 KB
Aantal Installaties 10,000
Huidige Versie 1.2.9
Laatst Bijgewerkt 2012-12-05
Publicatiedatum 2012-12-05
Beoordeling 4.55/5 Totaal 309 Beoordelingen
Ontwikkelaar http://www.cricbuzz.com
Betalingswijze free
Extensiewebsite http://www.cricbuzz.com
Ondersteunde Talen 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"
    ]
}