WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Auto Auth

Auto Auth

View on Chrome Web Store
View Auto Auth Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
1 new ratings
5 views
This extension has been viewed 5 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Automatic Basic HTTP Authentication Web Extension with Browser Synchronization, Import/Export Capability and More Options.
Type
Extension
Users
343 users
1
Shane
View author page of Shane
Published
Published on August 18, 2024
Version 0.0.5
Manifest version
3
Updated
Updated on July 30, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Auto Auth Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Auth",
    "short_name": "Auto Auth",
    "description": "Automatic Basic HTTP Authentication Web Extension with Browser Synchronization, Import\/Export Capability and More Options.",
    "homepage_url": "https:\/\/github.com\/cssnr\/auto-auth",
    "author": "Shane",
    "version": "0.0.5",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "storage",
        "webRequest",
        "webRequestAuthProvider"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "background": {
        "type": "module",
        "service_worker": "js\/service-worker.js"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+A"
            },
            "description": "Show Popup Action"
        },
        "openOptions": {
            "suggested_key": {
                "default": "Alt+Shift+X"
            },
            "description": "Open Options Page"
        }
    },
    "action": {
        "default_popup": "html\/popup.html",
        "default_title": "Auto Auth",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "96": "images\/logo96.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "96": "images\/logo96.png",
        "128": "images\/logo128.png"
    },
    "minimum_chrome_version": "120"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top