Snake game in popup

A fun game to play while waiting for things

Snake game in popup là gì?

Snake game in popup là một tiện ích mở rộng Chrome được phát triển bởi mereshkova1988, và tính năng chính của nó là "A fun game to play while waiting for things".

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

screenshot

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

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

                        A fun game to play while waiting for things
A simple game to play while you're waiting for websites to load! Move the snake around with the arrow keys, eat the red dots to grow bigger, and avoid hitting your own tail.

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

This extension allows you - the user, to play snake, whenever and wherever you want, without having to open a new window. Also, unlike many other options out there, this extension saves your highscore, so that you dont have to remember that really good score when youre gonna tell all your friends about it. We are proud to publish the popup version of Snake (Kristian Games version) on the chrome webstore.                    

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

Tên Snake game in popup Snake game in popup
ID lceljcmccmhchimgampbfnongkcgkjpi
URL Chính Thức https://chrome.google.com/webstore/detail/snake-game-in-popup/lceljcmccmhchimgampbfnongkcgkjpi
Mô tả A fun game to play while waiting for things
Kích Thước Tệp 622 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 27.8.2021.1
Cập Nhật Lần Cuối 2021-08-28
Ngày Phát Hành 2021-08-28
Nhà Phát Triển mereshkova1988
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/terms-and-policies
Ngôn Ngữ Được Hỗ Trợ ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snake game in popup",
    "version": "27.8.2021.1",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "description": "A fun game to play while waiting for things",
    "offline_enabled": true,
    "icons": {
        "16": "\/assets\/images\/icon.png",
        "48": "\/assets\/images\/icon.png",
        "128": "\/assets\/images\/icon.png"
    },
    "browser_action": {
        "default_icon": "\/assets\/images\/icon.png",
        "default_popup": "popup.html"
    }
}