Neel's Cricket

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

什麼是Neel's Cricket?

Neel's Cricket是由Dhruv the Developer開發的Chrome擴展程式,該擴展的主要功能是“A game which you can play, enjoy and it does not store your history.”。

擴展截圖

screenshot
screenshot
screenshot

下載Neel's Cricket擴展crx文件

下載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
官方網址 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
}