Awesome Chess Game New Tab
Play Chess online in browser new tab. The most interesting chess game for chrome.
ما هو Awesome Chess Game New Tab؟
Awesome Chess Game New Tab هو إضافة Chrome تم تطويرها بواسطة https://appstation.tech، والميزة الرئيسية لها هي "Play Chess online in browser new tab. The most interesting chess game for chrome.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Awesome Chess Game New Tab
قم بتنزيل ملفات الامتداد Awesome Chess Game New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Play Chess online with your friend or alone. The most interest chess game for chrome. You can also save your chess online game whenever you need to, save the game id and you can resume it from there anytime you want. All you need to do is just install the extension, now whenever you open a new tab the game will load. You can copy and paste the moves list from right hand side if you wish.
معلومات أساسية عن التمديد
الاسم | |
ID | gjpicfpaencbcfjmehglknifdjkdbiad |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/awesome-chess-game-new-ta/gjpicfpaencbcfjmehglknifdjkdbiad |
الوصف | Play Chess online in browser new tab. The most interesting chess game for chrome. |
حجم الملف | 12.27 KB |
عدد التثبيتات | 12,610 |
النسخة الحالية | 2.01 |
آخر تحديث | 2021-12-19 |
تاريخ النشر | 2020-05-19 |
تقييم | 2.81/5 مجموع تقييمات 32 |
المطور | https://appstation.tech |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://appstation.tech/privacypolicy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Awesome Chess Game New Tab", "version": "2.01", "description": "Play Chess online in browser new tab. The most interesting chess game for chrome.", "icons": { "128": "images\/icon3.png" }, "background": { "scripts": [ "js\/background3.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_title": "Chess Game" } } |