Live cricket scoreboard

This extension shows live scoreboard for a cricket match.

What is Live cricket scoreboard?

Live cricket scoreboard is a Chrome extension developed by abhi, and its main feature is "This extension shows live scoreboard for a cricket match.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Live cricket scoreboard Extension CRX File

Download Live cricket scoreboard 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

                        It show you live cricket scores, previous cricket match results and upcoming matches venue and date.                    

Extension Basic Information

Name Live cricket scoreboard Live cricket scoreboard
ID fgpmbmjmcdioelmfkgcfoimlibnnedpa
Official URL https://chrome.google.com/webstore/detail/live-cricket-scoreboard/fgpmbmjmcdioelmfkgcfoimlibnnedpa
Description This extension shows live scoreboard for a cricket match.
File Size 164 KB
Installation Count 187
Current Version 2.0
Last Updated 2016-01-29
Publish Date 2016-01-29
Rating 3.00/5 Total 4 Ratings
Developer abhi
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Live cricket scoreboard",
    "description": "This extension shows live scoreboard for a cricket match.",
    "version": "2.0",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Live Cricket Score!!!"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*"
            ],
            "css": [
                "fix.css"
            ],
            "js": [
                "live-score.js",
                "fixtures.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/*.google.com\/",
        "https:\/\/*.google.com\/",
        "http:\/\/*.cricbuzz.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "img\/icon128.png",
        "fix.css"
    ]
}