SkyRoom Assistant

An Extension for SkyRoom platform

What is SkyRoom Assistant?

SkyRoom Assistant is a Chrome extension developed by https://www.arvinizm.ir, and its main feature is "An Extension for SkyRoom platform".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download SkyRoom Assistant Extension CRX File

Download SkyRoom Assistant 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

                        This Extension solves problems of SkyRoom
such as:
- Auto login at given time
- Manage voice volumes per user
- Fake Error Display
- Fake infinity loading screen
- hide your credentials                    

Extension Basic Information

Name SkyRoom Assistant SkyRoom Assistant
ID ljdankmhmhhaadaidbaddioidnfdikdg
Official URL https://chromewebstore.google.com/detail/skyroom-assistant/ljdankmhmhhaadaidbaddioidnfdikdg
Description An Extension for SkyRoom platform
File Size 57.28 KB
Installation Count 773
Current Version 0.3.0
Last Updated 2021-10-11
Publish Date 2021-08-18
Rating 4.91/5 Total 11 Ratings
Developer https://www.arvinizm.ir
Email [email protected]
Payment Type free
Extension Website https://github.com/Arvmor/SkyRoomAssistant
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SkyRoom Assistant",
    "version": "0.3.0",
    "description": "An Extension for SkyRoom platform",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.arvinizm.ir; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "StorageChrome.js",
                "popup.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "32": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 2
}