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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The classic 2048 puzzle is a fun, addictive and a simple number puzzle game. You join the numbers and get to the 4096 tile!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 2048 Classic Game एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |