Ludo With Friends
Ludo With Friends is a quality crafted logic online game where you try to beat your opponents
Was ist Ludo With Friends?
Ludo With Friends ist eine Chrome-Erweiterung, die von http://www.noobgamer.club entwickelt wurde, und ihr Hauptmerkmal ist "Ludo With Friends is a quality crafted logic online game where you try to beat your opponents".
Erweiterungsscreenshots
Ludo With Friends-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ludo With Friends-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | njbfpbpekeempiikfkpmajkodiiffljg |
Offizielle URL | https://chrome.google.com/webstore/detail/ludo-with-friends/njbfpbpekeempiikfkpmajkodiiffljg |
Beschreibung | Ludo With Friends is a quality crafted logic online game where you try to beat your opponents |
Dateigröße | 23.3 KB |
Installationsanzahl | 2,216 |
Aktuelle Version | 1 |
Letztes Update | 2020-06-13 |
Veröffentlichungsdatum | 2020-06-13 |
Entwickler | http://www.noobgamer.club |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.noobgamer.club/games/play/ludo-with-friends |
Hilfeseite URL | http://www.noobgamer.club/page/terms |
Unterstützte Sprachen | 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 } } |