Passwords Cleaner (Eraser)

Quickly delete/wipe your browser stored passwords for a defined period with one click

Passwords Cleaner (Eraser) là gì?

Passwords Cleaner (Eraser) là một tiện ích mở rộng Chrome được phát triển bởi unixeco, và tính năng chính của nó là "Quickly delete/wipe your browser stored passwords for a defined period with one click".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Passwords Cleaner (Eraser)

Tải xuống các tệp mở rộng Passwords Cleaner (Eraser) 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

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Passwords Cleaner (Eraser) Passwords Cleaner (Eraser)
ID omncoonihndbggaamakcndfokdallifc
URL Chính Thức https://chromewebstore.google.com/detail/passwords-cleaner-eraser/omncoonihndbggaamakcndfokdallifc
Mô tả Quickly delete/wipe your browser stored passwords for a defined period with one click
Kích Thước Tệp 85.15 KB
Số Lần Cài Đặt 110
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2020-05-27
Ngày Phát Hành 2020-05-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển unixeco
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://add0n.com/ecleaner.html?from=passwords-cleaner
URL Trang Trợ Giúp https://add0n.com/ecleaner.html?from=passwords-cleaner
URL Trang Chính Sách Bảo Mật https://add0n.com/policies/unixeco.txt
Ngôn Ngữ Được Hỗ Trợ 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
    }
}