Ludo With Friends
Ludo With Friends is a quality crafted logic online game where you try to beat your opponents
Что такое Ludo With Friends?
Ludo With Friends - это расширение Chrome, разработанное http://www.noobgamer.club, и его основная функция - "Ludo With Friends is a quality crafted logic online game where you try to beat your opponents".
Снимки экрана расширения
Скачать файл CRX расширения Ludo With Friends
Скачайте файлы расширений Ludo With Friends в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Ludo With Friends is a quality crafted logic online game where you try to beat your opponents. You can either play local multiplayer on one PC or play global multiplayer against players from all over the world. Of course you can also play with friends. The rules are still the same, you have 4 dolls, which you must first get from the base by throwing the number 6 with the dice. Then try to cross the entire playing area all the way home. Along the way, you can fire your opponent if you manage to get to his position. He can do the same for you, so be careful.
Основная информация о расширении
Название | |
ID | njbfpbpekeempiikfkpmajkodiiffljg |
Официальный URL | https://chrome.google.com/webstore/detail/ludo-with-friends/njbfpbpekeempiikfkpmajkodiiffljg |
Описание | Ludo With Friends is a quality crafted logic online game where you try to beat your opponents |
Размер файла | 23.3 KB |
Количество установок | 2,216 |
Текущая Версия | 1 |
Последнее Обновление | 2020-06-13 |
Дата публикации | 2020-06-13 |
Разработчик | http://www.noobgamer.club |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://www.noobgamer.club/games/play/ludo-with-friends |
URL страницы помощи | http://www.noobgamer.club/page/terms |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ludo With Friends", "manifest_version": 2, "description": "Ludo With Friends is a quality crafted logic online game where you try to beat your opponents", "icons": { "16": "16.png", "128": "128.png" }, "version": "1", "browser_action": [], "background": { "scripts": [ "popup.js" ], "persistent": false } } |