Ludo With Friends

Ludo With Friends is a quality crafted logic online game where you try to beat your opponents

Vad är Ludo With Friends?

Ludo With Friends är en Chrome-tillägg utvecklad av http://www.noobgamer.club, och dess huvudfunktion är "Ludo With Friends is a quality crafted logic online game where you try to beat your opponents".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Ludo With Friends-förlängningens CRX-fil

Ladda ner Ludo With Friends-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Ludo With Friends Ludo With Friends
ID njbfpbpekeempiikfkpmajkodiiffljg
Officiell webbadress https://chrome.google.com/webstore/detail/ludo-with-friends/njbfpbpekeempiikfkpmajkodiiffljg
Beskrivning Ludo With Friends is a quality crafted logic online game where you try to beat your opponents
Filstorlek 23.3 KB
Antal Installationer 2,216
Aktuell Version 1
Senast Uppdaterad 2020-06-13
Publiceringsdatum 2020-06-13
Utvecklare http://www.noobgamer.club
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.noobgamer.club/games/play/ludo-with-friends
Hjälpsida URL http://www.noobgamer.club/page/terms
Stödda Språk 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
    }
}