MultiPass Disarmed for HTTP basic auth

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

MultiPass Disarmed for HTTP basic authとは何ですか?

MultiPass Disarmed for HTTP basic authはhttps://multipass.random.suppliesによって開発されたChromeの拡張機能で、その主な機能は「Automatically login to Basic Authentication using data based on URL regexp.」です。

拡張機能のスクリーンショット

screenshot

MultiPass Disarmed for HTTP basic auth拡張機能のCRXファイルをダウンロード

MultiPass Disarmed for HTTP basic auth拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 MultiPass Disarmed for HTTP basic auth MultiPass Disarmed for HTTP basic auth
ID gkjfkikhbnjchkgohegnlngpmfbelgal
公式URL https://chromewebstore.google.com/detail/multipass-disarmed-for-ht/gkjfkikhbnjchkgohegnlngpmfbelgal
説明 Automatically login to Basic Authentication using data based on URL regexp.
ファイルサイズ 63.21 KB
インストール数 155
現在のバージョン 0.7.4
最終更新日 2018-03-24
公開日 2018-03-24
開発者 https://multipass.random.supplies
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://multipass.random.supplies/
ヘルプページのURL https://github.com/excitoon/MultiPassDisarmed/issues
対応言語 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'"
}