Slope Unblocked Game
Slope Unblocked Game is a never-ending addictive run game to play in browser
Τι είναι το Slope Unblocked Game;
Το Slope Unblocked Game είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον slope unblocked y9, και η κύρια λειτουργία του είναι "Slope Unblocked Game is a never-ending addictive run game to play in browser".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Slope Unblocked Game
Λήψη αρχείων επέκτασης Slope Unblocked Game σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Slope Unblocked Game is the ultimate running game that will put your skills to the test. Not difficult on start, but demanding and fun during the run! When playing Slope unblocked, you must follow the line and avoid blocks as they crash through the 3D course set out in front of them. The track is generated randomly. Every time it is unique! Difficulty increases the further you go! Controls: use the keyboard arrow keys to control the ball. Privacy note: we collect no personal information (PII) about you when you unless you choose to provide this information to us. See the link to our privacy policy on this page.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | aciipkgmbljbcokcnhjbjdhilpngemnj |
Επίσημο URL | https://chrome.google.com/webstore/detail/slope-unblocked-game/aciipkgmbljbcokcnhjbjdhilpngemnj |
Περιγραφή | Slope Unblocked Game is a never-ending addictive run game to play in browser |
Μέγεθος Αρχείου | 8.23 MB |
Αριθμός Εγκαταστάσεων | 91,020 |
Τρέχουσα Έκδοση | 1.3 |
Τελευταία Ενημέρωση | 2022-10-12 |
Ημερομηνία Δημοσίευσης | 2022-08-20 |
Αξιολόγηση | 2.83/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | slope unblocked y9 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://cloudenginesdk.com/slope.html |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "manifest_version": 3, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Slope Unblocked Game", "description": "Slope Unblocked Game is a never-ending addictive run game to play in browser", "sandbox": { "pages": [ "slope.html" ] }, "permissions": [ "storage" ], "action": { "default_title": "__MSG_title__", "default_icon": { "128": "images\/icon128.png" } }, "icons": { "128": "images\/icon128.png" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "run_at": "document_start", "all_frames": false, "js": [ "unity\/contentScript.js" ] } ], "web_accessible_resources": [ { "resources": [ "unity\/slope\/content.js" ], "matches": [ "*:\/\/*\/*" ] } ], "version": "1.3", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |