Mahjongg Solitaire
In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together
O que é Mahjongg Solitaire?
Mahjongg Solitaire é uma extensão do Chrome desenvolvida por http://www.noobgamer.club, e sua principal característica é "In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Mahjongg Solitaire
Baixe arquivos de extensão Mahjongg Solitaire no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together. Free tiles are those whose sides are uncovered. If you're stuck, click the "Hint" button in the bottom-right corner for some help! Put your eyes to the test and find out why the world loves this free mahjong solitaire game!
Informações Básicas da Extensão
Nome | |
ID | jhfbkphgenlemgpdceplhbaffbkimjbp |
URL Oficial | https://chrome.google.com/webstore/detail/mahjongg-solitaire/jhfbkphgenlemgpdceplhbaffbkimjbp |
Descrição | In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together |
Tamanho do Arquivo | 46.65 KB |
Contagem de Instalações | 694 |
Versão Atual | 1 |
Última Atualização | 2020-05-30 |
Data de Publicação | 2020-05-30 |
Desenvolvedor | http://www.noobgamer.club |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.noobgamer.club/games/play/mahjongg-solitaire |
URL da Página de Ajuda | http://www.noobgamer.club/page/terms |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mahjongg Solitaire", "manifest_version": 2, "description": "In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together", "icons": { "16": "16.png", "128": "128.png" }, "version": "1", "browser_action": [], "background": { "scripts": [ "popup.js" ], "persistent": false } } |