CrickScore

Get all the cricket sores

CrickScoreคืออะไร?

CrickScore เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ritesh Bhatt และคุณลักษณะหลักของมันคือ "Get all the cricket sores"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CrickScore

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    }
}