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
官方網址 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
電子郵箱 [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'"
}