Puzzle Game Offline

Play this great puzzle game offline in chrome.

Puzzle Game Offline là gì?

Puzzle Game Offline là một tiện ích mở rộng Chrome được phát triển bởi Puzzle Game, và tính năng chính của nó là "Play this great puzzle game offline in chrome.".

Ả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 Puzzle Game Offline

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

                        Puzzle Game Offline is a simple and very addictive game. Join the numbers and get to the 2048 tile. Remember it is not that much easy. You need to work hard to reach that number 2048. There is no easy solution other than playing it.
HOW TO PLAY THIS GAME: 
Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one!.
Move to left, Move to left, move to top, move to bottom. So you need mouse and 4 arrow keys to play this game. When you merge cells, you earn points. So earn more points along with your aim to reach that magic number 2048. But its not the limit, you can continue to play. Earn as many as points and challenge your friends.
*Main Features*
Runs offline in chrome
Easily share to social media sites
No advertisements
Automatically restart from where you left
High score  feature                    

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

Tên Puzzle Game Offline Puzzle Game Offline
ID jfnbjbahocpfkbbadndnocljpjpccggf
URL Chính Thức https://chrome.google.com/webstore/detail/puzzle-game-offline/jfnbjbahocpfkbbadndnocljpjpccggf
Mô tả Play this great puzzle game offline in chrome.
Kích Thước Tệp 328 KB
Số Lần Cài Đặt 28,648
Phiên Bản Hiện Tại 2.7
Cập Nhật Lần Cuối 2022-09-07
Ngày Phát Hành 2020-05-22
Đánh Giá 4.41/5 Tổng số 139 Đánh Giá
Nhà Phát Triển Puzzle Game
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "name": "Puzzle Game Offline",
    "description": "Play this great puzzle game offline in chrome.",
    "action": {
        "default_popup": "index.html",
        "default_title": "Puzzle Game",
        "default_icon": {
            "16": "16.png",
            "32": "32.png",
            "48": "48.png",
            "128": "128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "alarms"
    ],
    "manifest_version": 3,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.7",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "offline_enabled": true,
    "web_accessible_resources": [
        {
            "resources": [
                "injected_content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}