Blackjack Memory Game

A Blackjack card game for everyone!

Blackjack Memory Game क्या है?

Blackjack Memory Game http://gamingdirectional.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Blackjack card game for everyone!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Blackjack Memory Game एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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!                    

एक्सटेंशन की मूल जानकारी

नाम 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"
}