2048 Game

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

2048 Game क्या है?

2048 Game https://2048-game.review द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "2048 - Now You Can Play The Famous 2048 Puzzle Game Directly From Chrome Browser!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में 2048 Game एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}