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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
}