MultiPass Disarmed for HTTP basic auth
Automatically login to Basic Authentication using data based on URL regexp.
MultiPass Disarmed for HTTP basic auth là gì?
MultiPass Disarmed for HTTP basic auth là một tiện ích mở rộng Chrome được phát triển bởi https://multipass.random.supplies, và tính năng chính của nó là "Automatically login to Basic Authentication using data based on URL regexp.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MultiPass Disarmed for HTTP basic auth
Tải xuống các tệp mở rộng MultiPass Disarmed for HTTP basic auth dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gkjfkikhbnjchkgohegnlngpmfbelgal |
URL Chính Thức | https://chromewebstore.google.com/detail/multipass-disarmed-for-ht/gkjfkikhbnjchkgohegnlngpmfbelgal |
Mô tả | Automatically login to Basic Authentication using data based on URL regexp. |
Kích Thước Tệp | 63.21 KB |
Số Lần Cài Đặt | 155 |
Phiên Bản Hiện Tại | 0.7.4 |
Cập Nhật Lần Cuối | 2018-03-24 |
Ngày Phát Hành | 2018-03-24 |
Nhà Phát Triển | https://multipass.random.supplies |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://multipass.random.supplies/ |
URL Trang Trợ Giúp | https://github.com/excitoon/MultiPassDisarmed/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 |