Baidu Cloud Storage Saver

Supports screenshot capture and upload to Baidu Cloud Storage.

What is Baidu Cloud Storage Saver?

Baidu Cloud Storage Saver is a Chrome extension developed by baidumars.netdisk, and its main feature is "Supports screenshot capture and upload to Baidu Cloud Storage.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Baidu Cloud Storage Saver Extension CRX File

Download Baidu Cloud Storage Saver 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

                        网页截图、资源存储等轻量易用的百度网盘工具合集插件                    

Extension Basic Information

Name Baidu Cloud Storage Saver Baidu Cloud Storage Saver
ID lfkkoabmfeaefiddnpbjeiofkmkpogim
Official URL https://chromewebstore.google.com/detail/baidu-cloud-storage-saver/lfkkoabmfeaefiddnpbjeiofkmkpogim
Description Supports screenshot capture and upload to Baidu Cloud Storage.
File Size 1.43 MB
Installation Count 8,000
Current Version 1.0.3
Last Updated 2024-01-15
Publish Date 2023-11-26
Rating 5.00/5 Total 4 Ratings
Developer baidumars.netdisk
Email [email protected]
Payment Type free
Extension Website https://pan.baidu.com/disk/base/plugindownload?version=4.27.0&from=mac_yunguanjia&channel=1099b&privilege=MacToolsPage&pri_extra=
Help Page URL https://pan.baidu.com/disk/base/plugindownload?version=4.27.0&from=mac_yunguanjia&channel=1099b&privilege=MacToolsPage&pri_extra=
Privacy Policy Page URL https://pan.baidu.com/disk/main
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.0.3",
    "author": "netdisk-fe",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "storage",
        "downloads",
        "cookies",
        "webRequest",
        "activeTab",
        "",
        "tabs",
        "contextMenus",
        "storage",
        "notifications"
    ],
    "background": {
        "service_worker": "background.d0591844.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contents.4683de87.js"
            ],
            "css": [
                "contents.f0bd5d74.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "contents.c10c11b1.js"
            ],
            "css": [
                "contents.f0bd5d74.css"
            ]
        }
    ],
    "commands": {
        "open_home": {
            "suggested_key": {
                "default": "Ctrl+Shift+8",
                "mac": "Command+Shift+8"
            },
            "description": "\u6253\u5f00\u4e3b\u9875"
        },
        "screenshot": {
            "suggested_key": {
                "default": "Ctrl+Shift+9",
                "mac": "Command+Shift+9"
            },
            "description": "\u81ea\u7531\u6ed1\u9009\u622a\u56fe"
        },
        "upload_screenshot": {
            "suggested_key": {
                "default": "Ctrl+Shift+0",
                "mac": "Command+Shift+0"
            },
            "description": "\u622a\u56fe\u5e76\u4e0a\u4f20"
        }
    },
    "default_locale": "zh_CN",
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.baidu.com\/*",
            "*:\/\/*.baidu-int.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "contents.7578acc3.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "contents.7578acc3.css"
            ]
        }
    ]
}