Neel's Cricket

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

Neel's Cricket là gì?

Neel's Cricket là một tiện ích mở rộng Chrome được phát triển bởi Dhruv the Developer, và tính năng chính của nó là "A game which you can play, enjoy and it does not store your history.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Neel's Cricket

Tải xuống các tệp mở rộng Neel's Cricket dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Neel's Cricket Neel's Cricket
ID gcmmghdaojpilacbjnhikophkjhemmbi
URL Chính Thức https://chromewebstore.google.com/detail/neels-cricket/gcmmghdaojpilacbjnhikophkjhemmbi
Mô tả A game which you can play, enjoy and it does not store your history.
Kích Thước Tệp 20.06 KB
Số Lần Cài Đặt 1,089
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-05-04
Ngày Phát Hành 2019-05-04
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Dhruv the Developer
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}