2048 - Classic Games
Play 2048 Game Online. Play 2048 Game Offline. Join the numbers and get to the 2048 tile!
2048 - Classic Games란 무엇입니까?
2048 - Classic Games은(는) Retro Games에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play 2048 Game Online. Play 2048 Game Offline. Join the numbers and get to the 2048 tile!"입니다.
확장 프로그램 스크린샷
2048 - Classic Games 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Hello there! 2048: 2048 - Now You Can Play The Famous 2048 Puzzle Game Directly From Chrome Browser! 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!) 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 twenty forty eight 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. What else: With this extension you are able to play Super Contra, Flappy Bird, PacMan and other flash games with the click of a button! PACMAN: Play classic Pacman game offline version on your Google Chrome! Pacman Classic Offline Version Play Pacman on your Google Chrome Browser. DINO: Play Chrome's Dino game without disconnecting to the Internet. Click the Chrome Dino button at a line with games and start playing the game. FLAPPY BIRD: The classic Flappy Bird game offline version on your Google Chrome! Flappy Bird Classic Offline Version "Wanna try something new? INTRODUCTION Play Flappy Bird on your Google Chrome Browser with our simple & lightweight extension - No Internet required. MARIO (coming soon): Play Infinite Mario Bros Offline on your Google Chrome! This is a clone of Infinite Mario Bros, written in JavaScript for web browsers using HTML5. 1. Install extension, pin the Infinite Mario Bros icon on the toolbar 2. Click the Infinite Mario Bros icon on the Chrome extension the toolbar and then we will open a Infinite Mario Bros for you to play the game! You don’t need to do anything else! You also can play Infinite Mario Bros from any Chrome Tab. Have fun! Welcome to the funniest and most addictive game ever - 2048 ! With this extension, you can play the popular game directly from your chrome browser page and by opening the extension itself in a popunder. DINO: Play Chrome Dino from any tab! Chrome Dino Offline Game Version Play Chrome Dino Game on your Google Chrome Browser. Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one! 1. Install extension 2. Click the Chrome Dino Game icon on the Chrome extension toolbar and then we will open a Chrome Dino Game for you to play the game! You don’t need to do anything else! You also can play Chrome Dino Game from any Chrome Tab. Mahjong is a game of skill, strategy, and calculation and involves a degree of chance.To play the game, all you have to do is to click on the Games extension icon after installing. Slither. Just start, pick a nickname and begin to grow your snake. It is so much fun. Maybe you will see a very long snake, be careful, it might drive you into a corner and make you destroy. Drop a line in comments what games do you want to see in a list.
확장 프로그램 기본 정보
이름 | |
ID | hnaenmhgjlogfiaikmlieimdpjdmbfgh |
공식 URL | https://chrome.google.com/webstore/detail/2048-megapack-of-classic/hnaenmhgjlogfiaikmlieimdpjdmbfgh |
설명 | Play 2048 Game Online. Play 2048 Game Offline. Join the numbers and get to the 2048 tile! |
파일 크기 | 813 KB |
설치 횟수 | 161,712 |
현재 버전 | 1.0.8 |
최근 업데이트 | 2023-01-24 |
출시 날짜 | 2021-03-05 |
평점 | 4.41/5 총 91 개의 평점 |
개발자 | Retro Games |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png", "default_title": "2048" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/geoguessr.com\/*" ], "css": [ "css\/geoguessr.css" ], "js": [ "js\/geoguessr.js" ] }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "*:\/\/geoguessr.com\/*", "*:\/\/fflashgames.com\/*", "*:\/\/www.yiv.com\/*", "*:\/\/html5.gamedistribution.com\/*", "*:\/\/slither.io\/*" ], "css": [ "css\/sidebar.css" ], "js": [ "js\/jquery.min.js", "js\/gamesList.js", "js\/sidebar.js" ] }, { "all_frames": true, "matches": [ "*:\/\/slither.io\/*", "*:\/\/www.trex-game.skipser.com\/*", "*:\/\/html5.gamedistribution.com\/*", "*:\/\/www.free-play-mahjong.com\/*" ], "js": [ "js\/resourcesCleaner.js" ], "css": [ "css\/resourcesCleaner.css" ] }, { "all_frames": true, "matches": [ "*:\/\/fflashgames.com\/*" ], "js": [ "js\/neptunjs.js" ], "run_at": "document_idle" }, { "js": [ "js\/content.js" ], "all_frames": true, "matches": [ "*:\/\/*\/*" ] } ], "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "icon.png" }, "manifest_version": 2, "name": "__MSG_name__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "img\/*" ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "webRequest", "webRequestBlocking", "tabs" ], "version": "1.0.8" } |