DataByCloud 2

databycloud.com extension

What is DataByCloud 2?

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

Extension Screenshots

screenshot
screenshot

Download DataByCloud 2 Extension CRX File

Download DataByCloud 2 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 2 DataByCloud 2
ID makdmacamkifdldldlelollkkjnoiedg
Official URL https://chromewebstore.google.com/detail/databycloud-2/makdmacamkifdldldlelollkkjnoiedg
Description databycloud.com extension
File Size 43.19 KB
Installation Count 1,593
Current Version 3.1
Last Updated 2023-07-19
Publish Date 2021-07-27
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 2",
    "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": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [],
    "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
}