2048 Game

Move the tiles and if two tiles have the same number, they merge into one

2048 Game là gì?

2048 Game là một tiện ích mở rộng Chrome được phát triển bởi InitDex, và tính năng chính của nó là "Move the tiles and if two tiles have the same number, they merge into one".

Ả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 2048 Game

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

                        HOW TO PLAY: Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one.new search update                    

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

Tên 2048 Game 2048 Game
ID domcbkielhenkcbpaijigldnakonmeba
URL Chính Thức https://chrome.google.com/webstore/detail/2048-game/domcbkielhenkcbpaijigldnakonmeba
Mô tả Move the tiles and if two tiles have the same number, they merge into one
Kích Thước Tệp 345 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1.0.0.2
Cập Nhật Lần Cuối 2019-04-08
Ngày Phát Hành 2019-04-08
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển InitDex
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://www.leadforyou.net/privacy-policy-auto-assistant
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "page": "bgr.html"
    },
    "browser_action": {
        "default_icon": "icon\/48.png",
        "default_title": "Launch game"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Move the tiles and if two tiles have the same number, they merge into one",
    "icons": {
        "128": "icon\/128.png",
        "16": "icon\/64.png",
        "48": "icon\/48.png"
    },
    "manifest_version": 2,
    "name": "2048 Game",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "Funny Game",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.2",
    "web_accessible_resources": [
        "game\/*.html",
        "game\/*.ico",
        "game\/js\/*.js",
        "game\/meta\/*.png",
        "game\/style\/*.css",
        "game\/style\/*.scss",
        "game\/style\/fonts\/*.css",
        "game\/style\/fonts\/*.eot",
        "game\/style\/fonts\/*.svg",
        "game\/style\/fonts\/*.woff"
    ]
}