Slope Unblocked Game
Slope unblocked game for schools. Playing competitive arcade games is a surefire way to engage students!
Cos'è Slope Unblocked Game?
Slope Unblocked Game è un'estensione di Chrome sviluppata da 89 Games, e la sua funzione principale è "Slope unblocked game for schools. Playing competitive arcade games is a surefire way to engage students!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Slope Unblocked Game
Scarica i file di estensione Slope Unblocked Game in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Popular arcade Slope game is unblocked in this extension. This extension is not one that opens the website! The game is packed in the extension, so it will never be blocked for schools. Note: If you will forget that this extension is installed and search for "slope unblocked" in the google or yahoo, we will show you a reminder that will help you to navigate into the slope game. This will keep your time and protect from suspicious sites. No viruses, no malware. Enjoy!
Informazioni di Base sull'Estensione
Nome | |
ID | bnghijefocbfghbcinnikcebpghclojc |
URL Ufficiale | https://chrome.google.com/webstore/detail/slope-unblocked-game/bnghijefocbfghbcinnikcebpghclojc |
Descrizione | Slope unblocked game for schools. Playing competitive arcade games is a surefire way to engage students! |
Dimensione del File | 13.92 MB |
Conteggio Installazioni | 300,000 |
Versione Corrente | 1.2.4 |
Ultimo Aggiornamento | 2021-03-23 |
Data di Pubblicazione | 2021-03-06 |
Valutazione | 3.61/5 Totale 36 Valutazioni |
Sviluppatore | 89 Games |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://onlinemegax.com/slope-privacy.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.2.4", "short_name": "Slope", "name": "Slope Unblocked Game", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "description": "Slope unblocked game for schools. Playing competitive arcade games is a surefire way to engage students!", "icons": { "128": "slope-128-.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' blob:; object-src 'self'", "background": { "persistent": true, "scripts": [ "js\/const.js", "js\/bg.js" ] }, "web_accessible_resources": [ "slope-128-.png", "game-slope-unblocked.html", "play.png" ], "browser_action": { "default_icon": "slope-128-.png", "default_title": "Play Slope" } } |