CrickScore

Get all the cricket sores

Apa itu CrickScore?

CrickScore adalah ekstensi Chrome yang dikembangkan oleh Ritesh Bhatt, dan fitur utamanya adalah "Get all the cricket sores".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi CrickScore

Unduh file ekstensi CrickScore dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama CrickScore CrickScore
ID kgdnihichnkpnlfgmjlaallpmolecljo
URL Resmi https://chromewebstore.google.com/detail/crickscore/kgdnihichnkpnlfgmjlaallpmolecljo
Deskripsi Get all the cricket sores
Ukuran File 133 KB
Jumlah Instalasi 140
Versi Saat Ini 1.1
Terakhir Diperbarui 2022-12-12
Tanggal Publikasi 2017-06-27
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Ritesh Bhatt
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    }
}