Xento Cricket Live Score

Live Cricket Match notifications

什么是Xento Cricket Live Score?

Xento Cricket Live Score是由Priyank Pandey开发的Chrome扩展程序,该扩展的主要功能是“Live Cricket Match notifications”。

扩展截图

screenshot

下载Xento Cricket Live Score扩展crx文件

下载Xento Cricket Live Score扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Xento Cricket Live Score Xento Cricket Live Score
ID jhbcpnkppeljmahjolffekjcepjbmmbo
官方URL https://chromewebstore.google.com/detail/xento-cricket-live-score/jhbcpnkppeljmahjolffekjcepjbmmbo
简介 Live Cricket Match notifications
文件大小 3.22 MB
安装次数 39
当前版本 1.7
更新时间 2020-08-18
上架时间 2020-08-18
评分 5.00/5 共1次评分
开发者 Priyank Pandey
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.youtube.com/watch?v=Lz5098-SeFY
帮助页面URL https://www.youtube.com/watch?v=Lz5098-SeFY
支持的语言 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"
    ]
}