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…
Wat is Minesweeper?
Minesweeper is een Chrome-extensie ontwikkeld door abhpd.official, en de belangrijkste functie is "📺 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…".
Extensie Screenshots
Download het CRX-bestand van de extensie Minesweeper
Download Minesweeper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
📺 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.
Basisinformatie over de Extensie
Naam | Minesweeper |
ID | dekmhbcionhhaiegppdmghjmlehllgpm |
Officiële URL | https://chromewebstore.google.com/detail/minesweeper/dekmhbcionhhaiegppdmghjmlehllgpm |
Beschrijving | 📺 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… |
Bestandsgrootte | 1.2 MB |
Aantal Installaties | 88 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-12-01 |
Publicatiedatum | 2020-11-30 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | abhpd.official |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |