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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Slope Unblocked Game Slope Unblocked Game
ID aciipkgmbljbcokcnhjbjdhilpngemnj
官方網址 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'"
    }
}