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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://multipass.random.supplies และคุณลักษณะหลักของมันคือ "Automatically login to Basic Authentication using data based on URL regexp."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MultiPass Disarmed for HTTP basic auth

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
}