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
Wat is Ludo?
Ludo is een Chrome-extensie ontwikkeld door http://www.crafterfun.com, en de belangrijkste functie is "Get ready for the toughest battle with the Ludo game against three friends of you with the most classic board game. You should get".
Extensie Screenshots
Download het CRX-bestand van de extensie Ludo
Download Ludo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | adfnhfhlmlmkihglliflljhdiecamafo |
Officiële URL | https://chrome.google.com/webstore/detail/ludo/adfnhfhlmlmkihglliflljhdiecamafo |
Beschrijving | Get ready for the toughest battle with the Ludo game against three friends of you with the most classic board game. You should get |
Bestandsgrootte | 64.98 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2019-04-21 |
Publicatiedatum | 2019-04-21 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://www.crafterfun.com |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |