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
What is Ludo?
Ludo is a Chrome extension developed by http://www.crafterfun.com, and its main feature 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".
Extension Screenshots
Download Ludo Extension CRX File
Download Ludo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | adfnhfhlmlmkihglliflljhdiecamafo |
Official URL | 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 |
File Size | 64.98 KB |
Installation Count | 1,000 |
Current Version | 0.0.1 |
Last Updated | 2019-04-21 |
Publish Date | 2019-04-21 |
Rating | 5.00/5 Total 2 Ratings |
Developer | http://www.crafterfun.com |
Payment Type | free |
Supported Languages | 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" ] } |