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…
Cos'è Minesweeper?
Minesweeper è un'estensione di Chrome sviluppata da abhpd.official, e la sua funzione principale è "📺 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 dell'Estensione
Scarica il file CRX dell'estensione Minesweeper
Scarica i file di estensione Minesweeper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
📺 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.
Informazioni di Base sull'Estensione
Nome | Minesweeper |
ID | dekmhbcionhhaiegppdmghjmlehllgpm |
URL Ufficiale | https://chromewebstore.google.com/detail/minesweeper/dekmhbcionhhaiegppdmghjmlehllgpm |
Descrizione | 📺 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… |
Dimensione del File | 1.2 MB |
Conteggio Installazioni | 88 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-12-01 |
Data di Pubblicazione | 2020-11-30 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | abhpd.official |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |