Battleship helper
Cell lighting for game battleship on en.battleship-game.org
ما هو Battleship helper؟
Battleship helper هو إضافة Chrome تم تطويرها بواسطة lobz1g، والميزة الرئيسية لها هي "Cell lighting for game battleship on en.battleship-game.org".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Battleship helper
قم بتنزيل ملفات الامتداد Battleship helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Battleship helper would highlight cell for best choice
معلومات أساسية عن التمديد
الاسم | Battleship helper |
ID | fdcoblhgjkbpbipbpljkghpohaolggbo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/battleship-helper/fdcoblhgjkbpbipbpljkghpohaolggbo |
الوصف | Cell lighting for game battleship on en.battleship-game.org |
حجم الملف | 197 KB |
عدد التثبيتات | 62 |
النسخة الحالية | 3.0 |
آخر تحديث | 2020-08-21 |
تاريخ النشر | 2020-08-20 |
المطور | lobz1g |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Battleship helper", "version": "3.0", "description": "Cell lighting for game battleship on en.battleship-game.org", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/en.battleship-game.org\/" ], "js": [ "src\/js\/jquery-3.5.1.min.js", "src\/js\/game.js" ] } ], "browser_action": { "default_popup": "src\/html\/popup.html", "default_icon": "images\/icon.png" }, "icons": { "16": "images\/icon_16x16.png", "32": "images\/icon_32x32.png", "48": "images\/icon_48x48.png", "128": "images\/icon_128x128.png" } } |