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 |
官方網址 | 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" } |