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

Was ist Ludo?

Ludo ist eine Chrome-Erweiterung, die von http://www.crafterfun.com entwickelt wurde, und ihr Hauptmerkmal ist "Get ready for the toughest battle with the Ludo game against three friends of you with the most classic board game. You should get".

Erweiterungsscreenshots

screenshot

Ludo-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ludo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Ludo Ludo
ID adfnhfhlmlmkihglliflljhdiecamafo
Offizielle URL https://chrome.google.com/webstore/detail/ludo/adfnhfhlmlmkihglliflljhdiecamafo
Beschreibung Get ready for the toughest battle with the Ludo game against three friends of you with the most classic board game. You should get
Dateigröße 64.98 KB
Installationsanzahl 1,000
Aktuelle Version 0.0.1
Letztes Update 2019-04-21
Veröffentlichungsdatum 2019-04-21
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler http://www.crafterfun.com
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}