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!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blackjack Memory Game

ดาวน์โหลดไฟล์ส่วนขยาย Blackjack Memory Game ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Blackjack Memory Game Blackjack Memory Game
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
URL หน้านโยบายความเป็นส่วนตัว 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"
}