Hudu Chrome Extension

Hudu Chrome Extension

什么是Hudu Chrome Extension?

Hudu Chrome Extension是由Hudu Technologies, Inc.开发的Chrome扩展程序,该扩展的主要功能是“Hudu Chrome Extension”。

扩展截图

screenshot
screenshot
screenshot

下载Hudu Chrome Extension扩展crx文件

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

扩展使用说明

                        Hudu Chrome Extension

The Hudu Chrome extension is the perfect tool for users who want to get the most out of their Hudu experience. With this extension, you can...
- easily access and copy your passwords credentials (even "My Vault onces")
- autofill login forms
- and create new passwords with ease.

Plus, you can enjoy dark mode for a more comfortable viewing experience.                    

扩展基本信息

名称 Hudu Chrome Extension Hudu Chrome Extension
ID ejeeoonlleiljffabooidiebffmlmigi
官方URL https://chromewebstore.google.com/detail/hudu-chrome-extension/ejeeoonlleiljffabooidiebffmlmigi
简介 Hudu Chrome Extension
文件大小 1.07 MB
安装次数 4,216
当前版本 2.1.0
更新时间 2023-10-12
上架时间 2023-01-02
评分 5.00/5 共3次评分
开发者 Hudu Technologies, Inc.
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.hudu.com
帮助页面URL https://support.usehudu.com/hc/en-us/articles/5323145930903-Hudu-Browser-Extension
隐私政策页面URL https://www.hudu.com/privacy.html
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hudu Chrome Extension",
    "description": "Hudu Chrome Extension",
    "version": "2.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "scripting",
        "commands"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": "icon128.png",
        "default_popup": "index.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+I"
            },
            "description": "Open Hudu popup"
        }
    },
    "background": {
        "service_worker": "backgroundScript.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}