CrickScore

Get all the cricket sores

什么是CrickScore?

CrickScore是由Ritesh Bhatt开发的Chrome扩展程序,该扩展的主要功能是“Get all the cricket sores”。

扩展截图

screenshot

下载CrickScore扩展crx文件

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

扩展使用说明

                        This is very simple and easy to use extension that gives you live coverage of cricket matches.                    

扩展基本信息

名称 CrickScore CrickScore
ID kgdnihichnkpnlfgmjlaallpmolecljo
官方URL https://chromewebstore.google.com/detail/crickscore/kgdnihichnkpnlfgmjlaallpmolecljo
简介 Get all the cricket sores
文件大小 133 KB
安装次数 140
当前版本 1.1
更新时间 2022-12-12
上架时间 2017-06-27
评分 5.00/5 共3次评分
开发者 Ritesh Bhatt
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CrickScore",
    "description": "Get all the cricket sores",
    "version": "1.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_page": "script-src 'self' https:\/\/cdn.jsdelivr.net; object-src 'self'"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon.png",
            "32": "\/images\/icon.png",
            "48": "\/images\/icon.png",
            "128": "\/images\/icon.png"
        }
    }
}