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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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'" } } |