DataByCloud 1

databycloud.com extension

什么是DataByCloud 1?

DataByCloud 1是由databycloud1104开发的Chrome扩展程序,该扩展的主要功能是“databycloud.com extension”。

扩展截图

screenshot
screenshot

下载DataByCloud 1扩展crx文件

下载DataByCloud 1扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 DataByCloud 1 DataByCloud 1
ID mbjjeombjeklkbndcjgmfcdhfbjngcam
官方URL https://chromewebstore.google.com/detail/databycloud-1/mbjjeombjeklkbndcjgmfcdhfbjngcam
简介 databycloud.com extension
文件大小 209 KB
安装次数 1,373
当前版本 3.1
更新时间 2023-07-20
上架时间 2021-07-19
评分 5.00/5 共1次评分
开发者 databycloud1104
电子邮箱 [email protected]
付费类型 free
扩展官网 https://dashboard.databycloud.com
支持的语言 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'"
}