Minesweeper

📺 One of the classic game directly to your Chrome extension bar 😊 Saves your progress so you do not need to worry if you have to…

Minesweeper क्या है?

Minesweeper abhpd.official द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "📺 One of the classic game directly to your Chrome extension bar 😊 Saves your progress so you do not need to worry if you have to…"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        📺 One of the classic game directly to your Chrome extension bar 😊
Saves your progress so you do not need to worry if you have to click out of the Extension popup.                    

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

नाम Minesweeper Minesweeper
ID dekmhbcionhhaiegppdmghjmlehllgpm
आधिकारिक URL https://chromewebstore.google.com/detail/minesweeper/dekmhbcionhhaiegppdmghjmlehllgpm
विवरण 📺 One of the classic game directly to your Chrome extension bar 😊 Saves your progress so you do not need to worry if you have to…
फ़ाइल का आकार 1.2 MB
स्थापना संख्या 88
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-12-01
प्रकाशन तिथि 2020-11-30
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर abhpd.official
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minesweeper",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Minesweeper"
    },
    "permissions": [
        "storage"
    ]
}