Puzzle Game Offline

Play this great puzzle game offline in chrome.

Puzzle Game Offline क्या है?

Puzzle Game Offline Puzzle Game द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play this great puzzle game offline in chrome."।

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

screenshot
screenshot

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

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

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

                        Puzzle Game Offline is a simple and very addictive game. Join the numbers and get to the 2048 tile. Remember it is not that much easy. You need to work hard to reach that number 2048. There is no easy solution other than playing it.
HOW TO PLAY THIS GAME: 
Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one!.
Move to left, Move to left, move to top, move to bottom. So you need mouse and 4 arrow keys to play this game. When you merge cells, you earn points. So earn more points along with your aim to reach that magic number 2048. But its not the limit, you can continue to play. Earn as many as points and challenge your friends.
*Main Features*
Runs offline in chrome
Easily share to social media sites
No advertisements
Automatically restart from where you left
High score  feature                    

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

नाम Puzzle Game Offline Puzzle Game Offline
ID jfnbjbahocpfkbbadndnocljpjpccggf
आधिकारिक URL https://chrome.google.com/webstore/detail/puzzle-game-offline/jfnbjbahocpfkbbadndnocljpjpccggf
विवरण Play this great puzzle game offline in chrome.
फ़ाइल का आकार 328 KB
स्थापना संख्या 28,648
वर्तमान संस्करण 2.7
अंतिम अपडेट 2022-09-07
प्रकाशन तिथि 2020-05-22
रेटिंग 4.41/5 कुल 139 रेटिंग्स
डेवलपर Puzzle Game
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "name": "Puzzle Game Offline",
    "description": "Play this great puzzle game offline in chrome.",
    "action": {
        "default_popup": "index.html",
        "default_title": "Puzzle Game",
        "default_icon": {
            "16": "16.png",
            "32": "32.png",
            "48": "48.png",
            "128": "128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "alarms"
    ],
    "manifest_version": 3,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.7",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "offline_enabled": true,
    "web_accessible_resources": [
        {
            "resources": [
                "injected_content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}