Puzzle Game Offline

Play this great puzzle game offline in chrome.

Puzzle Game Offline란 무엇입니까?

Puzzle Game Offline은(는) Puzzle Game에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play this great puzzle game offline in chrome."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Puzzle Game Offline 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Puzzle Game Offline Puzzle Game Offline
ID jfnbjbahocpfkbbadndnocljpjpccggf
공식 URL https://chrome.google.com/webstore/detail/puzzle-game-offline/jfnbjbahocpfkbbadndnocljpjpccggf
설명 Play this great puzzle game offline in chrome.
파일 크기 328 KB
설치 횟수 28,648
현재 버전 2.7
최근 업데이트 2022-09-07
출시 날짜 2020-05-22
평점 4.41/5 총 139 개의 평점
개발자 Puzzle Game
이메일 [email protected]
결제 유형 free
지원되는 언어 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": [
                ""
            ]
        }
    ]
}