Cache Cleaner for Chrome
Clear Chrome Cache, history, cookies and more
Cache Cleaner for Chrome란 무엇입니까?
Cache Cleaner for Chrome은(는) Chrome Cleaner에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clear Chrome Cache, history, cookies and more"입니다.
확장 프로그램 스크린샷
Cache Cleaner for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Cache Cleaner is a lightweight and user-friendly Chrome extension designed to help you maintain your privacy and keep your browser running smoothly. With just one click, you can clear your browsing history, cookies, cache, download history, temporary files, Web SQL Databases, and Flash Cookies (LSOs). Key Features: >>Simple, intuitive interface for easy one-click cleaning >>Option to choose which types of data to clear >>Saves your preferences for quick access in the future >>Confirmation message upon successful data removal >>Manifest v3 compatibility for improved security and performance >>Sleek, modern design with Bootstrap framework How to Use Cache Cleaner: 1. Install the Cache Cleaner extension from the Chrome Web Store. 2. Click on the Cache Cleaner icon in your Chrome toolbar to open the popup. 3. Select the types of data you want to clear by checking the corresponding checkboxes. 4. Click the "Clear All" button to remove the selected data. By using Cache Cleaner, you can easily and quickly clean up your browser data, enhancing both your privacy and browsing performance. Get Cache Cleaner now and experience a cleaner, faster, and more private browsing experience.
확장 프로그램 기본 정보
이름 | Cache Cleaner for Chrome |
ID | oojkpiabnpkkffonolalajeejejfgcci |
공식 URL | https://chromewebstore.google.com/detail/cache-cleaner-for-chrome/oojkpiabnpkkffonolalajeejejfgcci |
설명 | Clear Chrome Cache, history, cookies and more |
파일 크기 | 15.52 KB |
설치 횟수 | 112 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2023-04-18 |
출시 날짜 | 2023-04-17 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | Chrome Cleaner |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cache Cleaner for Chrome", "description": "Clear Chrome Cache, history, cookies and more", "version": "1.0.1", "action": { "default_icon": { "48": "icon48.png", "128": "icon128.png" }, "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "browsingData", "storage" ], "icons": { "48": "icon48.png", "128": "icon128.png" } } |