Gold Train

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

Gold Train là gì?

Gold Train là một tiện ích mở rộng Chrome được phát triển bởi http://www.plonga.live, và tính năng chính của nó là "Gold Train is the train puzzle game,ou will have a set number of pieces of track to lay in".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gold Train

Tải xuống các tệp mở rộng Gold Train dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gold Train Gold Train
ID dcflkfbfbhgbmhemjcjmggdehjfgoani
URL Chính Thức https://chrome.google.com/webstore/detail/gold-train/dcflkfbfbhgbmhemjcjmggdehjfgoani
Mô tả Gold Train is the train puzzle game,ou will have a set number of pieces of track to lay in
Kích Thước Tệp 18.02 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2018-08-30
Ngày Phát Hành 2018-08-30
Nhà Phát Triển http://www.plonga.live
Loại Thanh Toán free
Trang Web Mở Rộng http://www.plonga.live/games/play/gold-train
Ngôn Ngữ Được Hỗ Trợ 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
    }
}