MultiPass Disarmed for HTTP basic auth

Automatically login to Basic Authentication using data based on URL regexp.

What is MultiPass Disarmed for HTTP basic auth?

MultiPass Disarmed for HTTP basic auth is a Chrome extension developed by https://multipass.random.supplies, and its main feature is "Automatically login to Basic Authentication using data based on URL regexp.".

Extension Screenshots

screenshot

Download MultiPass Disarmed for HTTP basic auth Extension CRX File

Download MultiPass Disarmed for HTTP basic auth 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

                        This extension allows you to register credential associated to a regular expression.

When you browse a website that requires HTTP basic authentication, if the URL match against
one of the regular expression, the credentials will be automatically sent.

No more cumbersome login popin, everything is done in the background.                    

Extension Basic Information

Name MultiPass Disarmed for HTTP basic auth MultiPass Disarmed for HTTP basic auth
ID gkjfkikhbnjchkgohegnlngpmfbelgal
Official URL https://chromewebstore.google.com/detail/multipass-disarmed-for-ht/gkjfkikhbnjchkgohegnlngpmfbelgal
Description Automatically login to Basic Authentication using data based on URL regexp.
File Size 63.21 KB
Installation Count 155
Current Version 0.7.4
Last Updated 2018-03-24
Publish Date 2018-03-24
Developer https://multipass.random.supplies
Email [email protected]
Payment Type free
Extension Website http://multipass.random.supplies/
Help Page URL https://github.com/excitoon/MultiPassDisarmed/issues
Supported Languages de,en,fr,nl,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "MultiPass Disarmed",
    "description": "__MSG_extDescription__",
    "homepage_url": "http:\/\/multipass.random.supplies\/",
    "version": "0.7.4",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_popup": "popin.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "js\/extension.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "author": "Vladimir Chebotarev ",
    "offline_enabled": true,
    "content_security_policy": "script-src 'self'; object-src 'self'"
}