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
官方URL 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
    }
}