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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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!
확장 프로그램 기본 정보
이름 | |
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" } |