Hudu Chrome Extension

Hudu Chrome Extension

What is Hudu Chrome Extension?

Hudu Chrome Extension is a Chrome extension developed by Hudu Technologies, Inc., and its main feature is "Hudu Chrome Extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download Hudu Chrome Extension Extension CRX File

Download Hudu Chrome Extension 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

                        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.                    

Extension Basic Information

Name Hudu Chrome Extension Hudu Chrome Extension
ID ejeeoonlleiljffabooidiebffmlmigi
Official URL https://chromewebstore.google.com/detail/hudu-chrome-extension/ejeeoonlleiljffabooidiebffmlmigi
Description Hudu Chrome Extension
File Size 1.07 MB
Installation Count 4,216
Current Version 2.1.0
Last Updated 2023-10-12
Publish Date 2023-01-02
Rating 5.00/5 Total 3 Ratings
Developer Hudu Technologies, Inc.
Email [email protected]
Payment Type free
Extension Website https://www.hudu.com
Help Page URL https://support.usehudu.com/hc/en-us/articles/5323145930903-Hudu-Browser-Extension
Privacy Policy Page URL https://www.hudu.com/privacy.html
Supported Languages 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": [
                ""
            ]
        }
    ]
}