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

Qu'est-ce que Ludo ?

Ludo est une extension Chrome développée par http://www.crafterfun.com, et sa fonction principale est "Get ready for the toughest battle with the Ludo game against three friends of you with the most classic board game. You should get".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ludo

Téléchargez les fichiers d'extension Ludo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Ludo Ludo
ID adfnhfhlmlmkihglliflljhdiecamafo
URL Officiel https://chrome.google.com/webstore/detail/ludo/adfnhfhlmlmkihglliflljhdiecamafo
Description Get ready for the toughest battle with the Ludo game against three friends of you with the most classic board game. You should get
Taille du Fichier 64.98 KB
Nombre d'Installations 1,000
Version Actuelle 0.0.1
Dernière Mise à Jour 2019-04-21
Date de Publication 2019-04-21
Évaluation 5.00/5 Total 2 Évaluations
Développeur http://www.crafterfun.com
Type de Paiement free
Langues Prises en Charge 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"
    ]
}