Neel's Cricket

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

Wat is Neel's Cricket?

Neel's Cricket is een Chrome-extensie ontwikkeld door Dhruv the Developer, en de belangrijkste functie is "A game which you can play, enjoy and it does not store your history.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Neel's Cricket

Download Neel's Cricket-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Neel's Cricket Neel's Cricket
ID gcmmghdaojpilacbjnhikophkjhemmbi
Officiële URL https://chromewebstore.google.com/detail/neels-cricket/gcmmghdaojpilacbjnhikophkjhemmbi
Beschrijving A game which you can play, enjoy and it does not store your history.
Bestandsgrootte 20.06 KB
Aantal Installaties 1,089
Huidige Versie 1.0
Laatst Bijgewerkt 2019-05-04
Publicatiedatum 2019-05-04
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Dhruv the Developer
Betalingswijze free
Ondersteunde Talen 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
}