Blackjack Memory Game
A Blackjack card game for everyone!
什么是Blackjack Memory Game?
Blackjack Memory Game是由http://gamingdirectional.com开发的Chrome扩展程序,该扩展的主要功能是“A Blackjack card game for everyone!”。
扩展截图
下载Blackjack Memory Game扩展crx文件
下载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!
扩展基本信息
名称 | |
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" } |