DataByCloud 1

databycloud.com extension

What is DataByCloud 1?

DataByCloud 1 is a Chrome extension developed by databycloud1104, and its main feature is "databycloud.com extension".

Extension Screenshots

screenshot
screenshot

Download DataByCloud 1 Extension CRX File

Download DataByCloud 1 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

                        Install extension to access the bulk premium tools offered by databycloud.com                    

Extension Basic Information

Name DataByCloud 1 DataByCloud 1
ID mbjjeombjeklkbndcjgmfcdhfbjngcam
Official URL https://chromewebstore.google.com/detail/databycloud-1/mbjjeombjeklkbndcjgmfcdhfbjngcam
Description databycloud.com extension
File Size 209 KB
Installation Count 1,373
Current Version 3.1
Last Updated 2023-07-20
Publish Date 2021-07-19
Rating 5.00/5 Total 1 Ratings
Developer databycloud1104
Email [email protected]
Payment Type free
Extension Website https://dashboard.databycloud.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DataByCloud 1",
    "version": "3.1",
    "description": "databycloud.com extension",
    "permissions": [
        "tabs",
        "cookies",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "management"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/dashboard.databycloud.com\/*",
            "https:\/\/admin.databycloud.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "websocket\/regenerator.js",
            "websocket\/adonis-client.js",
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "websocket\/adonis-client.js",
        "websocket\/regenerator.js",
        "rdpClient.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/rdp.databycloud.com\/start-connection\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "page-helpers\/rdpClientDeps.js",
                "page-helpers\/rdpClient.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}