Neel's Cricket

A game which you can play, enjoy and it does not store your history.

ما هو Neel's Cricket؟

Neel's Cricket هو إضافة Chrome تم تطويرها بواسطة Dhruv the Developer، والميزة الرئيسية لها هي "A game which you can play, enjoy and it does not store your history.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Neel's Cricket

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

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

                        Why do you have to search 'Doodle Cricket' and then find a website where you can play, when it can be consolidated in a single extension? This extension lets you enjoy and play this fun distraction. The best part is, it doesn't save your history!! What are you waiting for? Don't spend time doodling, instead play Neel's Cricket!                    

معلومات أساسية عن التمديد

الاسم Neel's Cricket Neel's Cricket
ID gcmmghdaojpilacbjnhikophkjhemmbi
عنوان URL الرسمي https://chromewebstore.google.com/detail/neels-cricket/gcmmghdaojpilacbjnhikophkjhemmbi
الوصف A game which you can play, enjoy and it does not store your history.
حجم الملف 20.06 KB
عدد التثبيتات 1,089
النسخة الحالية 1.0
آخر تحديث 2019-05-04
تاريخ النشر 2019-05-04
تقييم 4.67/5 مجموع تقييمات 3
المطور Dhruv the Developer
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Neel's Cricket",
    "version": "1.0",
    "description": "A game which you can play, enjoy and it does not store your history.",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}