2048 Game

Move the tiles and if two tiles have the same number, they merge into one

2048 Game क्या है?

2048 Game InitDex द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Move the tiles and if two tiles have the same number, they merge into one"।

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

screenshot

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

crx प्रारूप में 2048 Game एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        HOW TO PLAY: Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one.new search update                    

एक्सटेंशन की मूल जानकारी

नाम 2048 Game 2048 Game
ID domcbkielhenkcbpaijigldnakonmeba
आधिकारिक URL https://chrome.google.com/webstore/detail/2048-game/domcbkielhenkcbpaijigldnakonmeba
विवरण Move the tiles and if two tiles have the same number, they merge into one
फ़ाइल का आकार 345 KB
स्थापना संख्या 67
वर्तमान संस्करण 1.0.0.2
अंतिम अपडेट 2019-04-08
प्रकाशन तिथि 2019-04-08
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर InitDex
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://www.leadforyou.net/privacy-policy-auto-assistant
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "page": "bgr.html"
    },
    "browser_action": {
        "default_icon": "icon\/48.png",
        "default_title": "Launch game"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Move the tiles and if two tiles have the same number, they merge into one",
    "icons": {
        "128": "icon\/128.png",
        "16": "icon\/64.png",
        "48": "icon\/48.png"
    },
    "manifest_version": 2,
    "name": "2048 Game",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "Funny Game",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.2",
    "web_accessible_resources": [
        "game\/*.html",
        "game\/*.ico",
        "game\/js\/*.js",
        "game\/meta\/*.png",
        "game\/style\/*.css",
        "game\/style\/*.scss",
        "game\/style\/fonts\/*.css",
        "game\/style\/fonts\/*.eot",
        "game\/style\/fonts\/*.svg",
        "game\/style\/fonts\/*.woff"
    ]
}