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" } |