One Click History Cleaner
Experience the simplicity of cleaning your browsing history with just a single click. Our One-Click History Cleaner is designed to…
One Click History Cleaner란 무엇입니까?
One Click History Cleaner은(는) Tristan Teufel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Experience the simplicity of cleaning your browsing history with just a single click. Our One-Click History Cleaner is designed to…"입니다.
확장 프로그램 스크린샷
One Click History Cleaner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Experience the simplicity of cleaning your browsing history with just a single click. Our One-Click History Cleaner is designed to provide a seamless and efficient browsing experience. Why Choose Us? While there are numerous history cleaners available, none offer the simplicity and efficiency of a one-click operation. Trust and Transparency We prioritize your safety. Unlike many Chrome addons, our code is open source and available for review on GitHub. We believe in transparency and ensure that your data is not spied on or misused. Key Features * Swift removal of browser data. * Customizable cleaning options. Choose what you want to remove: - Appcache: Application cache - Cache: The browser cache that stores images and other resources downloaded by websites - Cookies: Cookies set by websites - Downloads: Download history - FileSystems: File systems created by web applications - FormData: Form data, such as usernames and passwords - History: Browser history - IndexedDB: Data in an IndexedDB database - ServerBoundCertificates: Server-bound certificates - LocalStorage: Data in local storage - PluginData: Data stored by plugins - Passwords: Stored passwords - WebSQL: Data in a Web SQL database - ServiceWorkers: Service Worker cache * Option to close all tabs post-cleaning. * Refresh all tabs after cleaning for a fresh browsing start. Experience a cleaner and safer browsing experience with our One-Click History Cleaner.
확장 프로그램 기본 정보
이름 | One Click History Cleaner |
ID | kcjbahochamceejpgjkniopafgdhkplb |
공식 URL | https://chromewebstore.google.com/detail/one-click-history-cleaner/kcjbahochamceejpgjkniopafgdhkplb |
설명 | Experience the simplicity of cleaning your browsing history with just a single click. Our One-Click History Cleaner is designed to… |
파일 크기 | 239 KB |
설치 횟수 | 2,000 |
현재 버전 | 0.1.14 |
최근 업데이트 | 2023-12-12 |
출시 날짜 | 2019-08-17 |
평점 | 4.80/5 총 5 개의 평점 |
개발자 | Tristan Teufel |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/firsttris/chrome.oneclickhistorycleaner |
도움말 페이지 URL | https://github.com/firsttris/chrome.oneclickhistorycleaner/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One Click History Cleaner", "short_name": "One Click History Cleaner", "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html" }, "permissions": [ "storage", "browsingData", "notifications" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "512": "icons\/icon512.png" }, "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "512": "icons\/icon512.png" } }, "manifest_version": 3, "version": "0.1.14" } |