Blackjack Memory Game
A Blackjack card game for everyone!
ما هو Blackjack Memory Game؟
Blackjack Memory Game هو إضافة Chrome تم تطويرها بواسطة http://gamingdirectional.com، والميزة الرئيسية لها هي "A Blackjack card game for everyone!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Blackjack Memory Game
قم بتنزيل ملفات الامتداد Blackjack Memory Game بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple Black Jack 21 card game which will help you relax after a day of heavy office work. Recommend to use the desktop or laptop windows screen size of 1366 x 768 when you play this game to get the best outcome!
معلومات أساسية عن التمديد
الاسم | |
ID | andmicfinomiocekoicnncabfhiljmek |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/blackjack-memory-game/andmicfinomiocekoicnncabfhiljmek |
الوصف | A Blackjack card game for everyone! |
حجم الملف | 830 KB |
عدد التثبيتات | 489 |
النسخة الحالية | 0.27 |
آخر تحديث | 2020-05-12 |
تاريخ النشر | 2020-05-12 |
تقييم | 1.81/5 مجموع تقييمات 21 |
المطور | http://gamingdirectional.com |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | http://gamingdirectional.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "image\/19.png", "38": "image\/38.png" }, "default_title": "Blackjack Memory Game", "name": "Click to start" }, "description": "A Blackjack card game for everyone!", "icons": { "128": "image\/128.png", "16": "image\/16.png", "19": "image\/19.png", "48": "image\/48.png" }, "manifest_version": 2, "name": "Blackjack Memory Game", "offline_enabled": true, "permissions": [ "unlimitedStorage" ], "version": "0.27" } |