avatar

Bitwarden免费密码管理器

应用简介

Bitwarden 简单易用,可以安全地存储您所有的登录用户名和密码,并能在多台设备之间同步。
Bitwarden 将您的登录信息保存在加密的密码库,可以在您的所有设备上同步。由于信息在发送出您的设备之前,就已经完全加密,因此只有您可以访问这些数据。甚至,就算 Bitwarden 的团队成员有这个想法,也没办法读取您的数据。您的数据采用 AES-256 位、加盐的哈希以及 PBKDF2 SHA-256 加密。

配置文件

Code
1
{"update_url":"https:\/\/clients2.google.com\/service\/update2\/crx","manifest_version":2,"name":"__MSG_extName__","short_name":"__MSG_appName__","version":"1.43.4","description":"__MSG_extDesc__","default_locale":"en","author":"Bitwarden Inc.","homepage_url":"https:\/\/bitwarden.com","icons":{"16":"images\/icon16.png","32":"images\/icon32.png","48":"images\/icon48.png","96":"images\/icon96.png","128":"images\/icon128.png"},"content_scripts":[{"all_frames":true,"js":["content\/autofill.js","content\/autofiller.js","content\/notificationBar.js"],"matches":["http:\/\/*\/*","https:\/\/*\/*","file:\/\/\/*"],"run_at":"document_start"},{"all_frames":false,"js":["content\/shortcuts.js"],"matches":["http:\/\/*\/*","https:\/\/*\/*","file:\/\/\/*"],"run_at":"document_start"},{"all_frames":true,"css":["content\/autofill.css"],"matches":["http:\/\/*\/*","https:\/\/*\/*","file:\/\/\/*"],"run_at":"document_end"}],"background":{"page":"background.html","persistent":true},"browser_action":{"default_icon":{"19":"images\/icon19.png","38":"images\/icon38.png"},"default_title":"Bitwarden","default_popup":"popup\/index.html"},"permissions":["tabs","contextMenus","storage","unlimitedStorage","clipboardRead","clipboardWrite","idle","http:\/\/*\/*","https:\/\/*\/*","webRequest","webRequestBlocking"],"commands":{"_execute_browser_action":{"suggested_key":{"default":"Ctrl+Shift+Y","linux":"Ctrl+Shift+U"},"description":"__MSG_commandOpenPopup__"},"autofill_login":{"suggested_key":{"default":"Ctrl+Shift+L"},"description":"__MSG_commandAutofillDesc__"},"generate_password":{"suggested_key":{"default":"Ctrl+Shift+9"},"description":"__MSG_commandGeneratePasswordDesc__"}},"web_accessible_resources":["notification\/bar.html"]}
文章作者: Shaven
文章链接: http://soxiazai.com/2020/03/31/nngceckbapebfimnlniiiahkandclblb/
下载(右键另存为)