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
Eメール [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"
        }
    }
}