Slope Unblocked Game
Slope Unblocked Game is a never-ending addictive run game to play in browser
Slope Unblocked Game란 무엇입니까?
Slope Unblocked Game은(는) slope unblocked y9에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Slope Unblocked Game is a never-ending addictive run game to play in browser"입니다.
확장 프로그램 스크린샷
Slope Unblocked Game 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
개인정보 보호 정책 페이지 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'" } } |