Ludo

Get ready for the toughest battle with the Ludo game against three friends of you with the most classic board game. You should get

O que é Ludo?

Ludo é uma extensão do Chrome desenvolvida por http://www.crafterfun.com, e sua principal característica é "Get ready for the toughest battle with the Ludo game against three friends of you with the most classic board game. You should get".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Ludo

Baixe arquivos de extensão Ludo 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

                        Get ready for the toughest battle with the Ludo game against three friends of you with the most classic board game. You should get your four characters to the area which is in the middle of the board and in the color of your tokens. You should roll six number with the dice to start moving with one of your tokens.  The Ludo game which can be played up to four players, begins!                    

Informações Básicas da Extensão

Nome Ludo Ludo
ID adfnhfhlmlmkihglliflljhdiecamafo
URL Oficial https://chrome.google.com/webstore/detail/ludo/adfnhfhlmlmkihglliflljhdiecamafo
Descrição Get ready for the toughest battle with the Ludo game against three friends of you with the most classic board game. You should get
Tamanho do Arquivo 64.98 KB
Contagem de Instalações 1,000
Versão Atual 0.0.1
Última Atualização 2019-04-21
Data de Publicação 2019-04-21
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor http://www.crafterfun.com
Tipo de Pagamento free
Idiomas Suportados en,no
manifest.json
{
    "manifest_version": 2,
    "default_locale": "en",
    "browser_action": {
        "default_icon": "imgs\/icon48.png",
        "default_popup": "home.html"
    },
    "icons": {
        "48": "imgs\/icon48.png",
        "128": "imgs\/ludo-128.png"
    },
    "version": "0.0.1",
    "name": "__MSG_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_description__",
    "background": {
        "scripts": [
            "assets\/bg.js"
        ]
    },
    "permissions": [
        "tabs",
        "topSites"
    ]
}