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ファイルをダウンロード
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 |
Eメール | [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'" } } |