2048 Game

2048 - Now You Can Play The Famous 2048 Puzzle Game Directly From Chrome Browser!

2048 Game란 무엇입니까?

2048 Game은(는) https://2048-game.review에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "2048 - Now You Can Play The Famous 2048 Puzzle Game Directly From Chrome Browser!"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        The 2048 addictive puzzle game is at your chrome browser, and it's totally free!
Now you can play 2048 game directly from your browser with a single click only! We promise you that the 2048 game/extension will always be free, and you could play as much as you want, no limits whatsoever! The only thing you need to do is to install it and click on the icon, then the puzzle game will open.

How To Play 2048?
Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one!
The purpose of 2048 is: (Be surprise ---- get to the 2048 tile!)

If you like it or have any issues, founds bugs or stuff like that -  please leave a review or leave a comment,  we are always trying to get better :)                    

확장 프로그램 기본 정보

이름 2048 Game 2048 Game
ID fkceepiaefcdabdbnecamhdgkjenghkk
공식 URL https://chromewebstore.google.com/detail/2048-game/fkceepiaefcdabdbnecamhdgkjenghkk
설명 2048 - Now You Can Play The Famous 2048 Puzzle Game Directly From Chrome Browser!
파일 크기 61.42 KB
설치 횟수 46,087
현재 버전 3.3.2
최근 업데이트 2021-06-03
출시 날짜 2019-10-26
평점 4.49/5 총 183 개의 평점
개발자 https://2048-game.review
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "browser_action": {
        "default_icon": "logo.png",
        "default_title": "Play 2048",
        "default_popup": "2048.html"
    },
    "description": "2048 - Now You Can Play The Famous 2048 Puzzle Game Directly From Chrome Browser!",
    "icons": {
        "48": "logo.png"
    },
    "permissions": [
        "webNavigation",
        "",
        "storage"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "2048.png"
    ],
    "background": {
        "scripts": [
            "background-script.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'  https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/pix.2048-game.review;  object-src 'self'",
    "name": "2048 Game",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.3.2"
}