Slope Unblocked Game

Slope Unblocked Game is a never-ending addictive run game to play in browser

Wat is Slope Unblocked Game?

Slope Unblocked Game is een Chrome-extensie ontwikkeld door slope unblocked y9, en de belangrijkste functie is "Slope Unblocked Game is a never-ending addictive run game to play in browser".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Slope Unblocked Game

Download Slope Unblocked Game-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Slope Unblocked Game Slope Unblocked Game
ID aciipkgmbljbcokcnhjbjdhilpngemnj
Officiële URL https://chrome.google.com/webstore/detail/slope-unblocked-game/aciipkgmbljbcokcnhjbjdhilpngemnj
Beschrijving Slope Unblocked Game is a never-ending addictive run game to play in browser
Bestandsgrootte 8.23 MB
Aantal Installaties 91,020
Huidige Versie 1.3
Laatst Bijgewerkt 2022-10-12
Publicatiedatum 2022-08-20
Beoordeling 2.83/5 Totaal 6 Beoordelingen
Ontwikkelaar slope unblocked y9
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://cloudenginesdk.com/slope.html
Ondersteunde Talen 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'"
    }
}