Neel's Cricket

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

Co je Neel's Cricket?

Neel's Cricket je rozšíření Chrome vyvinuté Dhruv the Developer, a jeho hlavní funkcí je „A game which you can play, enjoy and it does not store your history.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Neel's Cricket

Stáhněte si soubory rozšíření Neel's Cricket ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Neel's Cricket Neel's Cricket
ID gcmmghdaojpilacbjnhikophkjhemmbi
Oficiální URL https://chromewebstore.google.com/detail/neels-cricket/gcmmghdaojpilacbjnhikophkjhemmbi
Popis A game which you can play, enjoy and it does not store your history.
Velikost souboru 20.06 KB
Počet instalací 1,089
Aktuální Verze 1.0
Poslední Aktualizace 2019-05-04
Datum Vydání 2019-05-04
Hodnocení 4.67/5 Celkem 3 Hodnocení
Vývojář Dhruv the Developer
Typ Platby free
Podporované Jazyky 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
}