Minesweeper

Remember Minesweeper? Then you must play this extension directly from your chrome!

Minesweeper क्या है?

Minesweeper https://minesweepx.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remember Minesweeper? Then you must play this extension directly from your chrome!"।

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

screenshot

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

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

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

                        Remember Minesweeper? Then you must play this extension directly from your chrome!
Before you jump into this, you need to know how the game actually works.
Contrary to popular belief, it's actually quite simply. Click a square, you get a number. That number is the number of how many mines are surrounding it. If you find the mine, you can open "unopened" squares around it, opening more areas.


To uninstall, just go to your chrome extensions page and remove it with a single button.


Please read - 
privacy - 
http://minesweepx.com/minesweepx/privacy.html
eula - 
http://minesweepx.com/minesweepx/eula.html
terms- 
http://minesweepx.com/minesweepx/terms.html

Good luck and have fun!                    

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

नाम Minesweeper Minesweeper
ID npbiafpbiejjckccaaicnpghoejcpopm
आधिकारिक URL https://chromewebstore.google.com/detail/minesweeper/npbiafpbiejjckccaaicnpghoejcpopm
विवरण Remember Minesweeper? Then you must play this extension directly from your chrome!
फ़ाइल का आकार 189 KB
स्थापना संख्या 32
वर्तमान संस्करण 2.5.17
अंतिम अपडेट 2017-06-29
प्रकाशन तिथि 2017-06-29
डेवलपर https://minesweepx.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "browser_action": {
        "default_icon": "images\/grain.png",
        "default_title": "Minesweeper"
    },
    "chrome_url_overrides": {
        "newtab": "similarly.html"
    },
    "content_security_policy": "script-src blob: filesystem: chrome-extension-resource: 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Remember Minesweeper? Then you must play this extension directly from your chrome!",
    "icons": {
        "128": "images\/grain.png"
    },
    "manifest_version": 2,
    "name": "Minesweeper",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.5.17"
}