Blackjack Memory Game
A Blackjack card game for everyone!
Cos'è Blackjack Memory Game?
Blackjack Memory Game è un'estensione di Chrome sviluppata da http://gamingdirectional.com, e la sua funzione principale è "A Blackjack card game for everyone!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Blackjack Memory Game
Scarica i file di estensione Blackjack Memory Game in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | andmicfinomiocekoicnncabfhiljmek |
| URL Ufficiale | https://chrome.google.com/webstore/detail/blackjack-memory-game/andmicfinomiocekoicnncabfhiljmek |
| Descrizione | A Blackjack card game for everyone! |
| Dimensione del File | 830 KB |
| Conteggio Installazioni | 489 |
| Versione Corrente | 0.27 |
| Ultimo Aggiornamento | 2020-05-12 |
| Data di Pubblicazione | 2020-05-12 |
| Valutazione | 1.81/5 Totale 21 Valutazioni |
| Sviluppatore | http://gamingdirectional.com |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | http://gamingdirectional.com/privacy-policy |
| Lingue Supportate | 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"
} | |