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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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'"
}