2048 Classic Game
The classic 2048 puzzle is a fun, addictive and a simple number puzzle game. You join the numbers and get to the 4096 tile!
2048 Classic Game란 무엇입니까?
2048 Classic Game은(는) https://retrobowls.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The classic 2048 puzzle is a fun, addictive and a simple number puzzle game. You join the numbers and get to the 4096 tile!"입니다.
확장 프로그램 스크린샷
2048 Classic Game 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- The classic 2048 puzzle is a fun, addictive and a simple number puzzle game. You join the numbers and get to the 4096 tile! - This 4096 is a super 2048 puzzle. Be ready for a new challenge! HOW TO PLAY: Swipe (Up, Down, Left or Right) to move the tiles. When two tiles with the same number touch, they merge into one. When 2048 tile is created, the player wins! 8 .. 16 .. 128 .. 1024 .. 2048 !. FEATURES Features: - High score - Leaderboard - Achievements - Beautiful, simple and classic design. - Completely native implementation. If you want play more game, press "Unblocked Games" Button to find more games on our website: https://retrobowls.org
확장 프로그램 기본 정보
이름 | 2048 Classic Game |
ID | molfigiaphopinaigcfccehjlhjhnbam |
공식 URL | https://chromewebstore.google.com/detail/2048-classic-game/molfigiaphopinaigcfccehjlhjhnbam |
설명 | The classic 2048 puzzle is a fun, addictive and a simple number puzzle game. You join the numbers and get to the 4096 tile! |
파일 크기 | 291 KB |
설치 횟수 | 244 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2024-01-15 |
출시 날짜 | 2021-03-22 |
개발자 | https://retrobowls.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://retrobowls.org/ |
도움말 페이지 URL | https://retrobowls.org/ |
개인정보 보호 정책 페이지 URL | https://retrobowls.org/privacy-policy |
지원되는 언어 | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "2048 Classic Game", "version": "1.0.1", "description": "__MSG_AppDescription__", "default_locale": "en", "homepage_url": "https:\/\/retrobowls.org", "offline_enabled": true, "background": { "service_worker": "background.js" }, "action": { "default_title": "2048 Classic Game", "default_icon": { "512": "icons\/icon-512.png", "256": "icons\/icon-256.png", "128": "icons\/icon-128.png", "64": "icons\/icon-64.png", "48": "icons\/icon-48.png", "32": "icons\/icon-32.png", "16": "icons\/icon-16.png" } }, "icons": { "512": "icons\/icon-512.png", "256": "icons\/icon-256.png", "128": "icons\/icon-128.png", "64": "icons\/icon-64.png", "48": "icons\/icon-48.png", "32": "icons\/icon-32.png", "16": "icons\/icon-16.png" } } |