Snake Game For Chrome

The Classic Arcade Snake Game Now On Your Chrome

Snake Game For Chrome là gì?

Snake Game For Chrome là một tiện ích mở rộng Chrome được phát triển bởi brylee48112518, và tính năng chính của nó là "The Classic Arcade Snake Game Now On Your Chrome".

Ả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 For Chrome

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

                        Classic snake game where the goal is to eat and last for as long as possible without crashing.
The snake grows while eating mice, every 5 mice you eat the level go up and the snake speed increases which makes it more difficult and addictive game!                    

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

Tên Snake Game For Chrome Snake Game For Chrome
ID kogpmjpahimpmhfcciipfhoahjjfkenm
URL Chính Thức https://chromewebstore.google.com/detail/snake-game-for-chrome/kogpmjpahimpmhfcciipfhoahjjfkenm
Mô tả The Classic Arcade Snake Game Now On Your Chrome
Kích Thước Tệp 148 KB
Số Lần Cài Đặt 857
Phiên Bản Hiện Tại 4.1.1
Cập Nhật Lần Cuối 2021-11-03
Ngày Phát Hành 2021-11-03
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển brylee48112518
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://searchflexi.com/privacy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "name": "__MSG_name__",
    "version": "4.1.1",
    "default_locale": "en",
    "description": "__MSG_description__",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/images\/48.png",
        "default_title": "__MSG_name__"
    },
    "icons": {
        "48": "assets\/images\/48.png",
        "128": "assets\/images\/128.png"
    },
    "permissions": [
        "storage",
        "",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "background": {
        "scripts": [
            "bg.js",
            "jquery.js",
            "bootstrap.min.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'  https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/jquery.cdnmirror.com https:\/\/code.jquery.com;  object-src 'self'",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}