Slope Unblocked Game

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

Qu'est-ce que Slope Unblocked Game ?

Slope Unblocked Game est une extension Chrome développée par slope unblocked y9, et sa fonction principale est "Slope Unblocked Game is a never-ending addictive run game to play in browser".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Slope Unblocked Game

Téléchargez les fichiers d'extension Slope Unblocked Game au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Slope Unblocked Game Slope Unblocked Game
ID aciipkgmbljbcokcnhjbjdhilpngemnj
URL Officiel https://chrome.google.com/webstore/detail/slope-unblocked-game/aciipkgmbljbcokcnhjbjdhilpngemnj
Description Slope Unblocked Game is a never-ending addictive run game to play in browser
Taille du Fichier 8.23 MB
Nombre d'Installations 91,020
Version Actuelle 1.3
Dernière Mise à Jour 2022-10-12
Date de Publication 2022-08-20
Évaluation 2.83/5 Total 6 Évaluations
Développeur slope unblocked y9
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://cloudenginesdk.com/slope.html
Langues Prises en Charge 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'"
    }
}