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.
The extension is available on the Chrome web store: MultiPass for HTTP basic authentication.
The extension is available as an Opera add-on : MultiPass.
The extension is available as a Firefox add-on : MultiPass.
If you want to report an issue, use the Github issue tracker: MultiPass issues.
Please make sure the issue is not already opened.
- Clone the github repository :
git clone [email protected]:krtek4/MultiPass.git
. - Enter the directory :
cd MultiPass
. - Install dependencies :
npm ci
. - Build the extension :
npm run dist
. - The package for all supported browser is now available in the
dist
folder.
The installation process will depend on your browser.
NOTE
on how to build the extension in docker
:
-
start docker container:
$ docker run --rm -ti -v "${PWD}:/code" -w /code node:12-alpine sh
-
install dependencies and theirs prerequisites:
$ apk add --no-cache make g++ python3 $ npm ci
-
build the extension:
$ npm run dist
If you want to use the development version, follow those steps :
- Clone the github repository :
git clone [email protected]:krtek4/MultiPass.git
. - Enter the directory :
cd MultiPass
. - Install dependencies :
npm install
. - Build the extension :
npm run build
. - Open the Extension panel in Chrome : Tools / Extensions.
- Make sure the "Developer mode" checkbox is checked.
- Click on "Load unpacked extension...", first browse to the directory where you cloned the extension and then select the
build/chrome
folder.
Using the development version on Opera and Firefox is left as an exercise for the reader ;)
- Gilles Crettenand: original idea and development
- Jeroen Thora: Dutch translation
- Pascal Thormeier: German translation
- AceGentile: Italian translation
- Piotr: Polish translation