Motorbike Drive [Play now]

Motorbike Drive is a fun driving game where you can choose between 4 environments and control 3 different motorbikes.

Τι είναι το Motorbike Drive [Play now];

Το Motorbike Drive [Play now] είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον FeepGames, και η κύρια λειτουργία του είναι "Motorbike Drive is a fun driving game where you can choose between 4 environments and control 3 different motorbikes.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Motorbike Drive [Play now]

Λήψη αρχείων επέκτασης Motorbike Drive [Play now] σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        We are publishing a very nice motor racing game for you to have fun with.

You can play this game prepared using 3D unity technology on your computer or phone.

The game offers the opportunity to select 4 different sections on the start screen.
By choosing any of these sections, you will leave your other opponents behind and try to complete the game first.

You have to use the arrow keys to play this game.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Motorbike Drive [Play now] Motorbike Drive [Play now]
ID bhfdjpnkobneienhpmfbljllofklpnmf
Επίσημο URL https://chromewebstore.google.com/detail/motorbike-drive-play-now/bhfdjpnkobneienhpmfbljllofklpnmf
Περιγραφή Motorbike Drive is a fun driving game where you can choose between 4 environments and control 3 different motorbikes.
Μέγεθος Αρχείου 61.9 KB
Αριθμός Εγκαταστάσεων 636
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2021-06-24
Ημερομηνία Δημοσίευσης 2021-06-23
Προγραμματιστής FeepGames
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://feep.club/motorbike-drive/play/
URL της Σελίδας Πολιτικής Απορρήτου https://www.crazycraftz.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Motorbike Drive [Play now]",
    "description": "Motorbike Drive is a fun driving game where you can choose between 4 environments and control 3 different motorbikes.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}