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…
ما هو Minesweeper؟
Minesweeper هو إضافة Chrome تم تطويرها بواسطة abhpd.official، والميزة الرئيسية لها هي "📺 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…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Minesweeper
قم بتنزيل ملفات الامتداد Minesweeper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
📺 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.
معلومات أساسية عن التمديد
الاسم | Minesweeper |
ID | dekmhbcionhhaiegppdmghjmlehllgpm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/minesweeper/dekmhbcionhhaiegppdmghjmlehllgpm |
الوصف | 📺 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… |
حجم الملف | 1.2 MB |
عدد التثبيتات | 88 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-12-01 |
تاريخ النشر | 2020-11-30 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | abhpd.official |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" ] } |