Web Autologin
website auto login with fingerprint
What is Web Autologin?
Web Autologin is a Chrome extension developed by 80610173, and its main feature is "website auto login with fingerprint".
Extension Screenshots
Download Web Autologin Extension CRX File
Download Web Autologin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
You could use this plugin to save your password and account information of the websites you selected, information are encrypted and saved in your laptop or PC. And you could Autologinuse it to access your account of these websites auto matically after applied your fingerprint enrolled. Extension Basic Information
| Name | |
| ID | chpmmedhhhnbgfdobeefkbbgbmocmabe |
| Official URL | https://chrome.google.com/webstore/detail/web-autologin/chpmmedhhhnbgfdobeefkbbgbmocmabe |
| Description | website auto login with fingerprint |
| File Size | 52.83 KB |
| Installation Count | 19 |
| Current Version | 0.6.1 |
| Last Updated | 2018-05-15 |
| Publish Date | 2018-05-15 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | 80610173 |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Web Autologin",
"version": "0.6.1",
"manifest_version": 2,
"background": {
"scripts": [
"js\/background.js"
]
},
"content_scripts": [
{
"all_frames": true,
"js": [
"js\/jquery-3.2.1.min.js",
"js\/parse_content.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"description": "website auto login with fingerprint",
"icons": {
"16": "img\/fingerprint-with-security16.png",
"32": "img\/fingerprint-with-security32.png",
"64": "img\/fingerprint-with-security64.png"
},
"permissions": [
"nativeMessaging",
"tabs",
"background",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |