2048 Games

Play 2048 puzzle games in new tab. Extension contains 5 types of 2048 games. New in 2021!

2048 Games란 무엇입니까?

2048 Games은(는) https://www.x-games.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play 2048 puzzle games in new tab. Extension contains 5 types of 2048 games. New in 2021!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Extension contains 5 types of 2048 puzzle games. Play online in new tab. New in 2021! 
2048 is played on a simple gray 4×4 grid, with numbered tiles that slide smoothly when a player moves them using the four arrow keys.

Classic 2048 Puzzle is logic game. You have to merge the number a make a bigger number in this game - these are the rules. Next one fun is Brick 2048. It is includes score ranking system, simple and easy gameplay and sound effects. Next is simple to play with card. Just make 2048 Solitaire. You can strategically place to cards to create combo’s. Each time combo occurs your point for that move you get more points.

Addictive games are much fun!                    

확장 프로그램 기본 정보

이름 2048 Games 2048 Games
ID necdpeoddapddjakiegmlfilbedfphjl
공식 URL https://chrome.google.com/webstore/detail/2048-games/necdpeoddapddjakiegmlfilbedfphjl
설명 Play 2048 puzzle games in new tab. Extension contains 5 types of 2048 games. New in 2021!
파일 크기 168 KB
설치 횟수 427
현재 버전 1.0
최근 업데이트 2021-01-15
출시 날짜 2021-01-15
평점 5.00/5 총 1 개의 평점
개발자 https://www.x-games.net
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.x-games.net/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "2048 Games",
    "description": "Play 2048 puzzle games in new tab. Extension contains 5 types of 2048 games. New in 2021!",
    "version": "1.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "jquery.js",
            "bg.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "games.html"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png"
    },
    "icons": {
        "19": "images\/icon19.png",
        "48": "images\/icon48.png"
    }
}