Parkour GO 2: Urban

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

Cos'è Parkour GO 2: Urban?

Parkour GO 2: Urban è un'estensione di Chrome sviluppata da http://www.miniclipwe.com, e la sua funzione principale è "Parkour GO 2: Urban. With better graphics, controls and easy to do stunts!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Parkour GO 2: Urban

Scarica i file di estensione Parkour GO 2: Urban in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Parkour GO 2: Urban Parkour GO 2: Urban
ID efjokgdifcdnoflfaigfgjhijohpfjii
URL Ufficiale https://chrome.google.com/webstore/detail/parkour-go-2-urban/efjokgdifcdnoflfaigfgjhijohpfjii
Descrizione Parkour GO 2: Urban. With better graphics, controls and easy to do stunts!
Dimensione del File 22.15 KB
Conteggio Installazioni 518
Versione Corrente 1
Ultimo Aggiornamento 2018-07-03
Data di Pubblicazione 2018-07-03
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore http://www.miniclipwe.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.miniclipwe.com/games/play/parkour-go-2-urban
Lingue Supportate 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
    }
}