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 to jest Minesweeper?
Minesweeper to rozszerzenie Chrome opracowane przez abhpd.official, a jego główną funkcją jest „📺 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…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Minesweeper
Pobierz pliki rozszerzeń Minesweeper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
📺 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.
Podstawowe informacje o rozszerzeniu
Nazwa | Minesweeper |
ID | dekmhbcionhhaiegppdmghjmlehllgpm |
Oficjalny URL | https://chromewebstore.google.com/detail/minesweeper/dekmhbcionhhaiegppdmghjmlehllgpm |
Opis | 📺 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… |
Rozmiar pliku | 1.2 MB |
Liczba instalacji | 88 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-12-01 |
Data Publikacji | 2020-11-30 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | abhpd.official |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |