Slope Game
Slope, welcome! Easy to begin, yet hard and enjoyable throughout the run!
Slope Gameคืออะไร?
Slope Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://slope-game.github.io และคุณลักษณะหลักของมันคือ "Slope, welcome! Easy to begin, yet hard and enjoyable throughout the run!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Slope Game
ดาวน์โหลดไฟล์ส่วนขยาย Slope Game ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You control a ball as it rolls down a steep slope in Slope Game. Your goal is to steer from side to side while avoiding obstacles, keeping the ball straight into the descending slopes, increasing your speed as you go, and having an incredible amount of fun while trying to beat your record! You move more quickly the farther you go! Simple to see, quite difficult, and enjoyable to run! Every time you play, the course's slopes, platforms, speed boosters, obstacles, and tunnels change, adding to the difficulty and requiring you to continuously remain aware if you want to win. Top in Slope game : • Slope 2 • Slope 3 • Death Run 3D • Snow Rider 3D • Cluster Rush
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Slope Game |
ID | cdcadckmpmbfcibolgomogdmbheabklh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/slope-game/cdcadckmpmbfcibolgomogdmbheabklh |
คำอธิบาย | Slope, welcome! Easy to begin, yet hard and enjoyable throughout the run! |
ขนาดไฟล์ | 6.84 MB |
จำนวนการติดตั้ง | 459 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2023-11-07 |
วันที่เผยแพร่ | 2023-11-07 |
ผู้พัฒนา | https://slope-game.github.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://slope-game.github.io/ |
URL หน้าช่วยเหลือ | https://slope-game.github.io/privacy.html |
URL หน้านโยบายความเป็นส่วนตัว | https://slope-game.github.io/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_title__", "version": "1.5", "default_locale": "en", "description": "__MSG_description__", "homepage_url": "https:\/\/slope-game.github.io\/?utm_source=ext&utm_medium=install&utm_campaign=homepage", "background": { "service_worker": "sv.js" }, "action": { "default_title": "__MSG_title__", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "180": "images\/icon180.png" } }, "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": [ "game\/crazy-roll-3d\/index.html", "game\/slope-y8\/index.html", "game\/slope2\/index.html", "game\/slope3\/index.html", "game\/slope-ball\/index.html", "game\/slope-tunnel\/index.html", "game\/snow-rider-3d\/index.html", "game\/xmas-slope\/index.html", "game\/electron-dash\/index.html", "game\/death-run-3d\/index.html", "game\/cluster-rush\/index.html" ] }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "180": "images\/icon180.png" } } |