Slope Unblocked Game
Slope Unblocked Game is a superb 3D browser game to play online or offline! Enjoy our slope game unlimited with full size graphics.
Slope Unblocked Gameคืออะไร?
Slope Unblocked Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SlopeUnblocked และคุณลักษณะหลักของมันคือ "Slope Unblocked Game is a superb 3D browser game to play online or offline! Enjoy our slope game unlimited with full size graphics."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Slope Unblocked Game
ดาวน์โหลดไฟล์ส่วนขยาย Slope Unblocked Game ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Install this extension if you want to play the Slope Unblocked Game. This is a challenging game in which you have to roll a ball and not fall off. You can play our Slope even with poor internet connection, for example at school. You don't have to download anything in addition. Everything will start up as fast as your computer can. If you will search for Slope Unblocked Game, extension will show you a launch button that will help you open the game instantly. The slope unblocked game supports all modern platforms: Windows, MacOS, ChromeOS and Linux. Share your best score in the comments! Slope Unblocked is a wonderful endless game for all ages. This is a new version with PATCHED PHYSICS! Please install this addon and click toolbar icon to play.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Slope Unblocked Game |
ID | bcekchindciedlgcpejnbjehjocipcjp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/slope-unblocked-game/bcekchindciedlgcpejnbjehjocipcjp |
คำอธิบาย | Slope Unblocked Game is a superb 3D browser game to play online or offline! Enjoy our slope game unlimited with full size graphics. |
ขนาดไฟล์ | 8.22 MB |
จำนวนการติดตั้ง | 30,461 |
เวอร์ชันปัจจุบัน | 1.14 |
อัปเดตครั้งล่าสุด | 2023-09-12 |
วันที่เผยแพร่ | 2023-07-20 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | SlopeUnblocked |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://sites.google.com/view/privacy-policy-092 |
ภาษาที่รองรับ | ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.14", "name": "__MSG_name__", "default_locale": "en_US", "description": "__MSG_description__", "icons": { "128": "icons\/128.png", "32": "icons\/32.png" }, "sandbox": { "pages": [ "slope.html" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/github.com\/*", "https:\/\/www.instagram.com\/*", "https:\/\/www.youtube.com\/*", "https:\/\/mail.google.com\/*", "https:\/\/sites.google.com\/*", "https:\/\/www.facebook.com\/*" ], "js": [ "js\/content.js" ], "run_at": "document_start" } ], "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*\/*" ], "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "icons\/32.png", "default_title": "Play the Slope Game" }, "content_security_policy": { "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval'; script-src-elem 'self' 'unsafe-eval' 'unsafe-inline'" }, "web_accessible_resources": [ { "resources": [ "icons\/128.png", "icons\/32.png", "axos.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |