The Dot Game

This extention is a game. You are a dot and there are red obstacles that you have to avoid and get to the yellow end.

The Dot Game क्या है?

The Dot Game dnakhooda द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extention is a game. You are a dot and there are red obstacles that you have to avoid and get to the yellow end."।

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

screenshot

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

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

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

                        Hello,

I will tell you how to and why you should, play my game.

How to Play:

In the first few levels of the game there is a dot (you), 2 obstacles and a goal. You use the left and right arrow keys to make the dot move left and right. You can use the arrow keys to go up a floor and use the down arrow key to go back down to the original level. 

If you touch a red obstacle you will go back to level 1 and start over.                    

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

नाम The Dot Game The Dot Game
ID ccdkhnkekclnbmcbbmkphappoipobabf
आधिकारिक URL https://chromewebstore.google.com/detail/the-dot-game/ccdkhnkekclnbmcbbmkphappoipobabf
विवरण This extention is a game. You are a dot and there are red obstacles that you have to avoid and get to the yellow end.
फ़ाइल का आकार 215 KB
स्थापना संख्या 193
वर्तमान संस्करण 1.2
अंतिम अपडेट 2018-12-09
प्रकाशन तिथि 2018-12-05
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर dnakhooda
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Dot Game",
    "description": "This extention is a game. You are a dot and there are red obstacles that you have to avoid and get to the yellow end.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "Icon.png",
        "default_popup": "Home.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "Dot.js"
            ]
        }
    ],
    "permissions": []
}