Brain/Out status checker
Shows servers status
What is Brain/Out status checker?
Brain/Out status checker is a Chrome extension developed by Unknown, and its main feature is "Shows servers status".
Extension Screenshots
Download Brain/Out status checker Extension CRX File
Download Brain/Out status checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Status checker – удобный плагин для проверки состояния серверов мультиплеер шутера BRAIN / OUT. Показывает в вашем браузере, сколько человек сейчас играет.
Extension Basic Information
Name | |
ID | bnaialocmjoiedbmpibnmbjobjadbili |
Official URL | https://chromewebstore.google.com/detail/brainout-status-checker/bnaialocmjoiedbmpibnmbjobjadbili |
Description | Shows servers status |
File Size | 64.78 KB |
Installation Count | 113 |
Current Version | 1.0.6 |
Last Updated | 2017-02-25 |
Publish Date | 2017-02-25 |
Rating | 4.56/5 Total 16 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "jquery-2.1.4.min.js", "background.js" ] }, "browser_action": { "default_icon": "stats.png" }, "description": "Shows servers status", "icons": { "128": "icon-128.png" }, "name": "Brain\/Out status checker", "permissions": [ "https:\/\/game-live.brainout.org\/" ], "version": "1.0.6", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |