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…
Vad är Minesweeper?
Minesweeper är en Chrome-tillägg utvecklad av abhpd.official, och dess huvudfunktion är "📺 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…".
Tilläggsskärmbilder
Ladda ner Minesweeper-förlängningens CRX-fil
Ladda ner Minesweeper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
📺 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äggande Information om Tillägg
Namn | Minesweeper |
ID | dekmhbcionhhaiegppdmghjmlehllgpm |
Officiell webbadress | https://chromewebstore.google.com/detail/minesweeper/dekmhbcionhhaiegppdmghjmlehllgpm |
Beskrivning | 📺 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… |
Filstorlek | 1.2 MB |
Antal Installationer | 88 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2020-12-01 |
Publiceringsdatum | 2020-11-30 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | abhpd.official |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |