Passwords Cleaner (Eraser)
Quickly delete/wipe your browser stored passwords for a defined period with one click
什麼是Passwords Cleaner (Eraser)?
Passwords Cleaner (Eraser)是由unixeco開發的Chrome擴展程式,該擴展的主要功能是“Quickly delete/wipe your browser stored passwords for a defined period with one click”。
擴展截圖
下載Passwords Cleaner (Eraser)擴展crx文件
下載Passwords Cleaner (Eraser)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Passwords Cleaner is the easiest way to clear your browser passwords for a specified period. You can define a custom period on the options page. Also, you can define the area (zone) in which you want the data to be cleared.
For a more comprehensive cleaner try my eCleaner
https://chrome.google.com/webstore/detail/ecleaner-forget-button/ejhlpopncnfaaeicmbdnddebccnkfenn
Using this extension it is possible to delete stored passwords of three different zones:
1. Normal websites,
2. Protected websites,
3. Extension zone
Definitions:
-> Extensions zone: Extensions and packaged applications a user has installed
-> Protected websites zone: Websites that have been installed as hosted applications
For bug reports please visit:
https://github.com/andy-portmen/ecleaner
For FAQs please visit:
https://add0n.com/ecleaner.html?from=passwords-cleaner 擴展基本資訊
| 名稱 | |
| ID | omncoonihndbggaamakcndfokdallifc |
| 官方網址 | https://chromewebstore.google.com/detail/passwords-cleaner-eraser/omncoonihndbggaamakcndfokdallifc |
| 簡介 | Quickly delete/wipe your browser stored passwords for a defined period with one click |
| 檔案大小 | 85.15 KB |
| 安裝次數 | 110 |
| 目前版本 | 0.1.2 |
| 更新時間 | 2020-05-27 |
| 上架時間 | 2020-05-27 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | unixeco |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://add0n.com/ecleaner.html?from=passwords-cleaner |
| 說明頁面URL | https://add0n.com/ecleaner.html?from=passwords-cleaner |
| 隱私政策頁面URL | https://add0n.com/policies/unixeco.txt |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Passwords Cleaner (Eraser)",
"description": "Quickly delete\/wipe your browser stored passwords for a defined period with one click",
"version": "0.1.2",
"manifest_version": 2,
"permissions": [
"storage",
"browsingData"
],
"homepage_url": "https:\/\/add0n.com\/ecleaner.html?from=passwords-cleaner",
"icons": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png",
"256": "data\/icons\/256.png",
"512": "data\/icons\/512.png"
},
"background": {
"persistent": false,
"scripts": [
"common.js"
]
},
"browser_action": [],
"options_ui": {
"page": "data\/options\/index.html",
"chrome_style": true
}
} | |