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"입니다.

확장 프로그램 스크린샷

screenshot

Passwords Cleaner (Eraser) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Passwords Cleaner (Eraser) Passwords Cleaner (Eraser)
ID omncoonihndbggaamakcndfokdallifc
공식 URL 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
    }
}