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
公式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
}