Drive Mad Unblocked
Drive Mad is a car control game with 100 levels that require real skill.
Τι είναι το Drive Mad Unblocked;
Το Drive Mad Unblocked είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://drivemad.net, και η κύρια λειτουργία του είναι "Drive Mad is a car control game with 100 levels that require real skill.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Drive Mad Unblocked
Λήψη αρχείων επέκτασης Drive Mad Unblocked σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
You have to adjust the speed properly to prevent the car from flipping, which is more challenging than you might think due to the many dangerous obstacles on the road that challenge you. Can you conquer all the levels in Drive Mad? HOW TO PLAY? Move - WASD or Arrow keys If you want play more game, press more game to find more games on https://drivemad.net. Installing the extension will only open our website for the first time.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Drive Mad Unblocked |
ID | jmjipbhpdpjlincemkegodphdlkdcoen |
Επίσημο URL | https://chrome.google.com/webstore/detail/drive-mad-unblocked/jmjipbhpdpjlincemkegodphdlkdcoen |
Περιγραφή | Drive Mad is a car control game with 100 levels that require real skill. |
Μέγεθος Αρχείου | 4.4 MB |
Αριθμός Εγκαταστάσεων | 185 |
Τρέχουσα Έκδοση | 1.0.3 |
Τελευταία Ενημέρωση | 2023-10-24 |
Ημερομηνία Δημοσίευσης | 2023-06-28 |
Προγραμματιστής | https://drivemad.net |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Ιστότοπος Επέκτασης | https://drivemad.net/ |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Drive Mad Unblocked", "version": "1.0.3", "offline_enabled": true, "description": "Drive Mad is a car control game with 100 levels that require real skill.", "homepage_url": "https:\/\/drivemad.net", "background": { "service_worker": "background.js" }, "action": { "default_title": "Drive Mad ", "default_icon": { "512": "icons\/icon-512.png", "256": "icons\/icon-256.png", "128": "icons\/icon-128.png", "64": "icons\/icon-64.png", "48": "icons\/icon-48.png", "32": "icons\/icon-32.png", "16": "icons\/icon-16.png" }, "default_popup": "load.html" }, "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'; child-src 'self'; worker-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' blob: 'unsafe-inline';child-src 'self' 'unsafe-eval' blob: 'unsafe-inline' ; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; script-src-elem 'self' 'unsafe-eval' blob: 'unsafe-inline'" }, "sandbox": { "pages": [ "drivemad\/index.html" ] }, "icons": { "512": "icons\/icon-512.png", "256": "icons\/icon-256.png", "128": "icons\/icon-128.png", "64": "icons\/icon-64.png", "48": "icons\/icon-48.png", "32": "icons\/icon-32.png", "16": "icons\/icon-16.png" } } |