Blackjack Memory Game
A Blackjack card game for everyone!
What is Blackjack Memory Game?
Blackjack Memory Game is a Chrome extension developed by http://gamingdirectional.com, and its main feature is "A Blackjack card game for everyone!".
Extension Screenshots
Download Blackjack Memory Game Extension CRX File
Download Blackjack Memory Game extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | andmicfinomiocekoicnncabfhiljmek |
Official URL | https://chrome.google.com/webstore/detail/blackjack-memory-game/andmicfinomiocekoicnncabfhiljmek |
Description | A Blackjack card game for everyone! |
File Size | 830 KB |
Installation Count | 489 |
Current Version | 0.27 |
Last Updated | 2020-05-12 |
Publish Date | 2020-05-12 |
Rating | 1.81/5 Total 21 Ratings |
Developer | http://gamingdirectional.com |
Payment Type | free |
Privacy Policy Page URL | http://gamingdirectional.com/privacy-policy |
Supported Languages | 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" } |