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
官方網址 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"
        }
    }
}