Neel's Cricket

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

Qu'est-ce que Neel's Cricket ?

Neel's Cricket est une extension Chrome développée par Dhruv the Developer, et sa fonction principale est "A game which you can play, enjoy and it does not store your history.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Neel's Cricket

Téléchargez les fichiers d'extension Neel's Cricket au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Neel's Cricket Neel's Cricket
ID gcmmghdaojpilacbjnhikophkjhemmbi
URL Officiel https://chromewebstore.google.com/detail/neels-cricket/gcmmghdaojpilacbjnhikophkjhemmbi
Description A game which you can play, enjoy and it does not store your history.
Taille du Fichier 20.06 KB
Nombre d'Installations 1,089
Version Actuelle 1.0
Dernière Mise à Jour 2019-05-04
Date de Publication 2019-05-04
Évaluation 4.67/5 Total 3 Évaluations
Développeur Dhruv the Developer
Type de Paiement free
Langues Prises en Charge 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
}