Cricbuzz

Live Cricket scores & latest cricket news from Cricbuzz.com

What is Cricbuzz?

Cricbuzz is a Chrome extension developed by http://www.cricbuzz.com, and its main feature is "Live Cricket scores & latest cricket news from Cricbuzz.com".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Cricbuzz Extension CRX File

Download Cricbuzz extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Cricbuzz Cricbuzz
ID opljecakjchbhhikbeifamamnpcdbgem
Official URL https://chrome.google.com/webstore/detail/cricbuzz/opljecakjchbhhikbeifamamnpcdbgem
Description Live Cricket scores & latest cricket news from Cricbuzz.com
File Size 188 KB
Installation Count 10,000
Current Version 1.2.9
Last Updated 2012-12-05
Publish Date 2012-12-05
Rating 4.55/5 Total 309 Ratings
Developer http://www.cricbuzz.com
Payment Type free
Extension Website http://www.cricbuzz.com
Supported Languages 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"
    ]
}