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 to jest Ludo?
Ludo to rozszerzenie Chrome opracowane przez http://www.crafterfun.com, a jego główną funkcją jest „Get ready for the toughest battle with the Ludo game against three friends of you with the most classic board game. You should get”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ludo
Pobierz pliki rozszerzeń Ludo w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | adfnhfhlmlmkihglliflljhdiecamafo |
Oficjalny URL | https://chrome.google.com/webstore/detail/ludo/adfnhfhlmlmkihglliflljhdiecamafo |
Opis | Get ready for the toughest battle with the Ludo game against three friends of you with the most classic board game. You should get |
Rozmiar pliku | 64.98 KB |
Liczba instalacji | 1,000 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2019-04-21 |
Data Publikacji | 2019-04-21 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | http://www.crafterfun.com |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |