Xento Cricket Live Score

Live Cricket Match notifications

What is Xento Cricket Live Score?

Xento Cricket Live Score is a Chrome extension developed by Priyank Pandey, and its main feature is "Live Cricket Match notifications".

Extension Screenshots

screenshot

Download Xento Cricket Live Score Extension CRX File

Download Xento Cricket Live Score 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

                        Live notifications from any ongoing cricket match - Tests, One-Days, T20, IPL and XPL..
If you are interested in following cricket matches around the world - then this extension is for you. 
Go ahead, try it out and if you like it, please share it with your friends who are cricket fans like you.                    

Extension Basic Information

Name Xento Cricket Live Score Xento Cricket Live Score
ID jhbcpnkppeljmahjolffekjcepjbmmbo
Official URL https://chromewebstore.google.com/detail/xento-cricket-live-score/jhbcpnkppeljmahjolffekjcepjbmmbo
Description Live Cricket Match notifications
File Size 3.22 MB
Installation Count 39
Current Version 1.7
Last Updated 2020-08-18
Publish Date 2020-08-18
Rating 5.00/5 Total 1 Ratings
Developer Priyank Pandey
Email [email protected]
Payment Type free
Extension Website https://www.youtube.com/watch?v=Lz5098-SeFY
Help Page URL https://www.youtube.com/watch?v=Lz5098-SeFY
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Xento Cricket Live Score",
    "version": "1.7",
    "description": "Live Cricket Match notifications",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Priyank Cricket Live Notifications",
        "default_icon": "cricket.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.cricinfo.com\/",
                "http:\/\/*.cricinfo.org\/",
                "http:\/\/*.cricinfo.com\/*match\/*",
                "http:\/\/*.cricinfo.org\/*match\/*",
                "http:\/\/*.espncricinfo.com\/",
                "http:\/\/*.espncricinfo.org\/",
                "http:\/\/*.espncricinfo.com\/*match\/*",
                "http:\/\/*.espncricinfo.org\/*match\/*"
            ],
            "js": [
                "js\/check.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "notifications",
        "background",
        "storage",
        "http:\/\/*.cricinfo.com\/",
        "http:\/\/*.cricinfo.org\/",
        "http:\/\/*.espncricinfo.com\/",
        "http:\/\/*.espncricinfo.org\/"
    ],
    "web_accessible_resources": [
        "cricket48.png"
    ]
}