Forget Button - Clean your Browser
Quickly delete recent browser history, cookies, cache, downloads, forms, and passwords for a custom period.
Forget Button - Clean your Browser란 무엇입니까?
Forget Button - Clean your Browser은(는) unixeco에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly delete recent browser history, cookies, cache, downloads, forms, and passwords for a custom period."입니다.
확장 프로그램 스크린샷
Forget Button - Clean your Browser 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows you to wipe various types of data, including recent application cache, browser cache, cookies, downloads, stored files, forms, history, IndexedDB databases, local storage, certificates, passwords (with caution), plugins' data, and service workers functioning similarly to the built-in Firefox add-on "Forget Button" feature. Additionally, you have the flexibility to designate a proper zone for data wiping, with support for the following zones: - Normal websites - Protected websites (exercise caution!) - Extensions zone (proceed with care!) Definitions: - Extensions zone: Contains data from installed extensions and packaged applications. - Protected websites zone: Includes data from websites installed as hosted applications. For bug reports, please visit: https://github.com/andy-portmen/ecleaner Change log: Version 0.1.4: 1. Introduces the ability to define a custom period for cleaning tasks. Version 0.1.5: 1. Allows users to perform cleaning on browser exit when there are no open browser windows.
확장 프로그램 기본 정보
이름 | Forget Button - Clean your Browser |
ID | ejhlpopncnfaaeicmbdnddebccnkfenn |
공식 URL | https://chromewebstore.google.com/detail/forget-button-clean-your/ejhlpopncnfaaeicmbdnddebccnkfenn |
설명 | Quickly delete recent browser history, cookies, cache, downloads, forms, and passwords for a custom period. |
파일 크기 | 61.74 KB |
설치 횟수 | 3,941 |
현재 버전 | 0.3.3 |
최근 업데이트 | 2023-07-24 |
출시 날짜 | 2019-07-20 |
평점 | 4.48/5 총 31 개의 평점 |
개발자 | unixeco |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://webextension.org/listing/ecleaner.html |
도움말 페이지 URL | https://webextension.org/listing/ecleaner.html |
개인정보 보호 정책 페이지 URL | https://add0n.com/policies/unixeco.txt |
지원되는 언어 | de,en,fr,nl,es,it,pl,pt-BR,pt-PT,cs,el,bg,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Forget Button - Clean your Browser", "description": "__MSG_description__", "default_locale": "en", "version": "0.3.3", "manifest_version": 3, "permissions": [ "storage", "notifications", "browsingData" ], "homepage_url": "https:\/\/webextension.org\/listing\/ecleaner.html", "icons": { "16": "\/data\/icons\/16.png", "19": "\/data\/icons\/19.png", "32": "\/data\/icons\/32.png", "38": "\/data\/icons\/38.png", "48": "\/data\/icons\/48.png", "64": "\/data\/icons\/64.png", "128": "\/data\/icons\/128.png", "256": "\/data\/icons\/256.png" }, "background": { "service_worker": "worker.js" }, "action": { "default_popup": "\/data\/panel\/index.html" }, "options_ui": { "page": "\/data\/options\/index.html" }, "offline_enabled": true, "commands": { "_execute_action": [] } } |