Minesweeper Classic
Minesweeper Classic game for chrome
Minesweeper Classic क्या है?
Minesweeper Classic efimenko.vlad11 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Minesweeper Classic game for chrome"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Minesweeper Classic एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Play Classic Minesweeper Game for Google Chrome Browser. The best version of the classic mines game! Minesweeper for Google Chrome Browser is the best version of the classic mines game! Play minesweeper free on your Chrome Browser! The classic game, just like you remember for free! Version 1 of the game brings you a significantly better classic minesweeper game experience, now with global high scores and more mines & landmines! Challenge strangers and your friends for fastest times. Set the level of mines for a higher difficulty and give yourself a challenge! To mark a mine use yout left click on mouse. Minesweeper classic free game. is one of the most interesting logic games. Minesweeper difficulties: Board sizes • 8x8 • 12x12 • 16x16 • 20x20 • 30x30 • 40x40 Mines count • From 5 to 150 Enjoy the game and avoid the mines! After installation just click on Minesweeper icon to start game.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ojfojcjaiejigmlhkpbephgnmljemiip |
आधिकारिक URL | https://chrome.google.com/webstore/detail/minesweeper-classic/ojfojcjaiejigmlhkpbephgnmljemiip |
विवरण | Minesweeper Classic game for chrome |
फ़ाइल का आकार | 135 KB |
स्थापना संख्या | 3,628 |
वर्तमान संस्करण | 1.22 |
अंतिम अपडेट | 2023-01-31 |
प्रकाशन तिथि | 2020-12-21 |
रेटिंग | 4.00/5 कुल 8 रेटिंग्स |
डेवलपर | efimenko.vlad11 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "32.png" }, "background": { "service_worker": "background.js" }, "description": "Minesweeper Classic game for chrome", "icons": { "128": "128.png", "16": "32.png", "48": "64.png" }, "manifest_version": 3, "name": "Minesweeper Classic", "options_page": "option.html", "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "declarativeNetRequest" ], "version": "1.22" } |