Slope Unblocked Game
Slope unblocked game for schools. Playing competitive arcade games is a surefire way to engage students!
Slope Unblocked Gameとは何ですか?
Slope Unblocked Gameは89 Gamesによって開発されたChromeの拡張機能で、その主な機能は「Slope unblocked game for schools. Playing competitive arcade games is a surefire way to engage students!」です。
拡張機能のスクリーンショット
Slope Unblocked Game拡張機能のCRXファイルをダウンロード
Slope Unblocked Game拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | |
ID | bnghijefocbfghbcinnikcebpghclojc |
公式URL | https://chrome.google.com/webstore/detail/slope-unblocked-game/bnghijefocbfghbcinnikcebpghclojc |
説明 | Slope unblocked game for schools. Playing competitive arcade games is a surefire way to engage students! |
ファイルサイズ | 13.92 MB |
インストール数 | 300,000 |
現在のバージョン | 1.2.4 |
最終更新日 | 2021-03-23 |
公開日 | 2021-03-06 |
評価 | 3.61/5 合計 36 レビュー |
開発者 | 89 Games |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://onlinemegax.com/slope-privacy.html |
対応言語 | 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" } } |