Snake Game

Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.

Snake Game là gì?

Snake Game là một tiện ích mở rộng Chrome được phát triển bởi tarundabhi, và tính năng chính của nó là "Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Snake Game

Tải xuống các tệp mở rộng Snake Game 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

                        Play snake game in popup screen.                    

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

Tên Snake Game Snake Game
ID mdiglfhigdpnlagochjojlpbaifdccdb
URL Chính Thức https://chrome.google.com/webstore/detail/snake-game/mdiglfhigdpnlagochjojlpbaifdccdb
Mô tả Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.
Kích Thước Tệp 68.06 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-02-21
Ngày Phát Hành 2019-09-24
Đánh Giá 3.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển tarundabhi
Email [email protected]
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",
    "manifest_version": 2,
    "name": "Snake Game",
    "version": "1.1",
    "description": "Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    }
}