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…

Co je Minesweeper?

Minesweeper je rozšíření Chrome vyvinuté abhpd.official, a jeho hlavní funkcí je „📺 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…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Minesweeper

Stáhněte si soubory rozšíření Minesweeper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        📺 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.                    

Základní Informace o Rozšíření

Název Minesweeper Minesweeper
ID dekmhbcionhhaiegppdmghjmlehllgpm
Oficiální URL https://chromewebstore.google.com/detail/minesweeper/dekmhbcionhhaiegppdmghjmlehllgpm
Popis 📺 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…
Velikost souboru 1.2 MB
Počet instalací 88
Aktuální Verze 1.0
Poslední Aktualizace 2020-12-01
Datum Vydání 2020-11-30
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář abhpd.official
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}