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

Co je Ludo?

Ludo je rozšíření Chrome vyvinuté http://www.crafterfun.com, a jeho hlavní funkcí je „Get ready for the toughest battle with the Ludo game against three friends of you with the most classic board game. You should get“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Ludo

Stáhněte si soubory rozšíření Ludo ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Ludo Ludo
ID adfnhfhlmlmkihglliflljhdiecamafo
Oficiální URL https://chrome.google.com/webstore/detail/ludo/adfnhfhlmlmkihglliflljhdiecamafo
Popis Get ready for the toughest battle with the Ludo game against three friends of you with the most classic board game. You should get
Velikost souboru 64.98 KB
Počet instalací 1,000
Aktuální Verze 0.0.1
Poslední Aktualizace 2019-04-21
Datum Vydání 2019-04-21
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář http://www.crafterfun.com
Typ Platby free
Podporované Jazyky 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"
    ]
}