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

Hvad er Ludo?

Ludo er en Chrome-udvidelse udviklet af http://www.crafterfun.com, og dens hovedfunktion er "Get ready for the toughest battle with the Ludo game against three friends of you with the most classic board game. You should get".

Udvidelsesskærmbilleder

screenshot

Download Ludo-udvidelses-CRX-fil

Download Ludo-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Ludo Ludo
ID adfnhfhlmlmkihglliflljhdiecamafo
Officiel URL https://chrome.google.com/webstore/detail/ludo/adfnhfhlmlmkihglliflljhdiecamafo
Beskrivelse Get ready for the toughest battle with the Ludo game against three friends of you with the most classic board game. You should get
Filstørrelse 64.98 KB
Antal Installationer 1,000
Nuværende Version 0.0.1
Senest Opdateret 2019-04-21
Udgivelsesdato 2019-04-21
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler http://www.crafterfun.com
Betalingsmetode free
Understøttede Sprog 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"
    ]
}