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…
Hvad er Minesweeper?
Minesweeper er en Chrome-udvidelse udviklet af abhpd.official, og dens hovedfunktion er "📺 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…".
Udvidelsesskærmbilleder
Download Minesweeper-udvidelses-CRX-fil
Download Minesweeper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
📺 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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dekmhbcionhhaiegppdmghjmlehllgpm |
| Officiel URL | https://chromewebstore.google.com/detail/minesweeper/dekmhbcionhhaiegppdmghjmlehllgpm |
| Beskrivelse | 📺 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… |
| Filstørrelse | 1.2 MB |
| Antal Installationer | 88 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2020-12-01 |
| Udgivelsesdato | 2020-11-30 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | abhpd.official |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |