CrickScore

Get all the cricket sores

CrickScore là gì?

CrickScore là một tiện ích mở rộng Chrome được phát triển bởi Ritesh Bhatt, và tính năng chính của nó là "Get all the cricket sores".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CrickScore

Tải xuống các tệp mở rộng CrickScore dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CrickScore CrickScore
ID kgdnihichnkpnlfgmjlaallpmolecljo
URL Chính Thức https://chromewebstore.google.com/detail/crickscore/kgdnihichnkpnlfgmjlaallpmolecljo
Mô tả Get all the cricket sores
Kích Thước Tệp 133 KB
Số Lần Cài Đặt 140
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-12-12
Ngày Phát Hành 2017-06-27
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Ritesh Bhatt
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}