Parkour GO 2: Urban

Parkour GO 2: Urban. With better graphics, controls and easy to do stunts!

什麼是Parkour GO 2: Urban?

Parkour GO 2: Urban是由http://www.miniclipwe.com開發的Chrome擴展程式,該擴展的主要功能是“Parkour GO 2: Urban. With better graphics, controls and easy to do stunts!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Parkour GO 2: Urban擴展crx文件

下載Parkour GO 2: Urban擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Since you liked the first one, we proudly present you Parkour GO 2: Urban. With better graphics, controls and easy to do stunts! Just like the first one, your goal is to climb from one place to an other, and reach the red point. There are 10 challenging levels. The faster you finish the higher your points will be. Unlock all the achievements from easy to hard. The city is your playground, have fun and risk it all!                    

擴展基本資訊

名稱 Parkour GO 2: Urban Parkour GO 2: Urban
ID efjokgdifcdnoflfaigfgjhijohpfjii
官方網址 https://chrome.google.com/webstore/detail/parkour-go-2-urban/efjokgdifcdnoflfaigfgjhijohpfjii
簡介 Parkour GO 2: Urban. With better graphics, controls and easy to do stunts!
檔案大小 22.15 KB
安裝次數 518
目前版本 1
更新時間 2018-07-03
上架時間 2018-07-03
評分 1.00/5 共 1 次評分
開發者 http://www.miniclipwe.com
付費類型 free
擴展官網 http://www.miniclipwe.com/games/play/parkour-go-2-urban
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Parkour GO 2: Urban",
    "manifest_version": 2,
    "description": "Parkour GO 2: Urban. With better graphics, controls and easy to do stunts!",
    "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
    }
}