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…
Apa itu Minesweeper?
Minesweeper adalah ekstensi Chrome yang dikembangkan oleh abhpd.official, dan fitur utamanya adalah "📺 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 Ekstensi
Unduh Berkas CRX Ekstensi Minesweeper
Unduh file ekstensi Minesweeper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
📺 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.
Informasi Dasar Ekstensi
Nama | Minesweeper |
ID | dekmhbcionhhaiegppdmghjmlehllgpm |
URL Resmi | https://chromewebstore.google.com/detail/minesweeper/dekmhbcionhhaiegppdmghjmlehllgpm |
Deskripsi | 📺 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… |
Ukuran File | 1.2 MB |
Jumlah Instalasi | 88 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-12-01 |
Tanggal Publikasi | 2020-11-30 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | abhpd.official |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |