Ultimate History & Cache Cleaner
Automatically delete history and download history. Bundled a customizable & powerful manual clean button.
Ultimate History & Cache Cleaner란 무엇입니까?
Ultimate History & Cache Cleaner은(는) https://shakelog.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically delete history and download history. Bundled a customizable & powerful manual clean button."입니다.
확장 프로그램 스크린샷
Ultimate History & Cache Cleaner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This chrome extension deletes history and download history automatically. It requires less user interaction and features simple operation. Features: 1. Keep browsing history cleaned automatically 2. Delete download history when download is completed or canceled 3. Manual clean button can be fully customizable (Deletion Data Type, Domain Whitelist) This extension does not collect any user data. Use the following permissions to delete history data and save preferences. - history, downloads, storage, browsingData
확장 프로그램 기본 정보
이름 | Ultimate History & Cache Cleaner |
ID | coplgpbgjpljpkhbkkpllhlhogmhjcbd |
공식 URL | https://chromewebstore.google.com/detail/ultimate-history-cache-cl/coplgpbgjpljpkhbkkpllhlhogmhjcbd |
설명 | Automatically delete history and download history. Bundled a customizable & powerful manual clean button. |
파일 크기 | 40.2 KB |
설치 횟수 | 333 |
현재 버전 | 1.1.0.2 |
최근 업데이트 | 2024-02-29 |
출시 날짜 | 2023-12-01 |
개발자 | https://shakelog.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://shakelog.com/history-disabler/ |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.1.0.2", "default_locale": "en", "permissions": [ "history", "downloads", "storage", "browsingData" ], "background": { "service_worker": "js\/background.js" }, "options_ui": { "page": "html\/options.html", "open_in_tab": true }, "icons": { "128": "\/img\/icon128.png", "48": "\/img\/icon48.png", "16": "\/img\/icon16.png" }, "action": { "default_title": "Clear Browsing Data" } } |