CrickScore

Get all the cricket sores

ما هو CrickScore؟

CrickScore هو إضافة Chrome تم تطويرها بواسطة Ritesh Bhatt، والميزة الرئيسية لها هي "Get all the cricket sores".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة CrickScore

قم بتنزيل ملفات الامتداد CrickScore بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    }
}