Gold Train

Gold Train is the train puzzle game,ou will have a set number of pieces of track to lay in

Gold Train क्या है?

Gold Train http://www.plonga.live द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gold Train is the train puzzle game,ou will have a set number of pieces of track to lay in"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gold Train एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Gold Train is the train puzzle game in which you are a rail road manager in charge of designing track for trains to reach their destination successfully. You will have a set number of pieces of track to lay in which ever order you choose however there will be a specific number of each type. Straights, 90 degree left and 90 right turn pieces of track will be needed to create to track layout ready for the trains to travel along. Use you thinking skills to solve each puzzle and move onto the next level. Make sure that you direct the trains to collect the coins dotted around for extra points. Good luck!                    

एक्सटेंशन की मूल जानकारी

नाम Gold Train Gold Train
ID dcflkfbfbhgbmhemjcjmggdehjfgoani
आधिकारिक URL https://chrome.google.com/webstore/detail/gold-train/dcflkfbfbhgbmhemjcjmggdehjfgoani
विवरण Gold Train is the train puzzle game,ou will have a set number of pieces of track to lay in
फ़ाइल का आकार 18.02 KB
स्थापना संख्या 26
वर्तमान संस्करण 1
अंतिम अपडेट 2018-08-30
प्रकाशन तिथि 2018-08-30
डेवलपर http://www.plonga.live
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.plonga.live/games/play/gold-train
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gold Train",
    "manifest_version": 2,
    "description": "Gold Train is the train puzzle game,ou will have a set number of pieces of track to lay in",
    "icons": {
        "16": "16.png",
        "128": "128.png"
    },
    "version": "1",
    "browser_action": [],
    "chrome_accept_languages": {
        "message": "$CHROME$ accepts $languages$ languages",
        "placeholders": {
            "chrome": {
                "content": "Chrome",
                "example": "Chrome"
            },
            "languages": {
                "content": "$1",
                "example": "en,sr,de"
            }
        }
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": false
    }
}