Cleaner One Cache Cleaner & Tab Manager
Clean up cache, cookies and browser history, manage tabs, check browser privacy and speed up performance.
Cleaner One Cache Cleaner & Tab Manager란 무엇입니까?
Cleaner One Cache Cleaner & Tab Manager은(는) Trend Micro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clean up cache, cookies and browser history, manage tabs, check browser privacy and speed up performance."입니다.
확장 프로그램 스크린샷
Cleaner One Cache Cleaner & Tab Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Trend Micro Cleaner One Chrome Cleaner is the best Chrome cache & history cleaner and tab manager to remove junk files, manage tabs, protect your privacy and speed up performance. Best alternative to Ccleaner, clean master and the great suspender. Is your Chrome running slow? Clean up your Chrome and make your browser faster with one click. Key Features: ★★★ Junk File Cleaning • Delete file and image caches the sites you visited created to free up space. ★★★ Privacy Protection • Clear and wipe out browsing history to hide your digital footprint. • Remove cookies to prevent being tracked and to avoid sharing private information. ★★★ Faster Browser • Clean up junk files to optimize memory usage and speed up browser loading speed. ★★★ Tab Manager • Manage all tabs in one quick view. • Close unused tabs to free up memory.
확장 프로그램 기본 정보
이름 | |
ID | mdagfiffogchpgngbmcffmjbgfcbecoi |
공식 URL | https://chrome.google.com/webstore/detail/cleaner-one-cache-cleaner/mdagfiffogchpgngbmcffmjbgfcbecoi |
설명 | Clean up cache, cookies and browser history, manage tabs, check browser privacy and speed up performance. |
파일 크기 | 1.67 MB |
설치 횟수 | 18,797 |
현재 버전 | 1.0.9 |
최근 업데이트 | 2021-08-15 |
출시 날짜 | 2021-04-22 |
평점 | 4.77/5 총 306 개의 평점 |
개발자 | Trend Micro |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://helpcenter.trendmicro.com/en-us/product-support/cleaner-one-chrome/ |
도움말 페이지 URL | https://helpcenter.trendmicro.com/en-us/product-support/cleaner-one-chrome/ |
개인정보 보호 정책 페이지 URL | https://www.trendmicro.com/en_us/about/legal/privacy-policy-product.html |
지원되는 언어 | de,en,fr,nl,es,it,zh-CN,zh-TW,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cleaner One Cache Cleaner & Tab Manager", "short_name": "Cleaner One", "description": "__MSG_StoreDescription__", "default_locale": "en", "permissions": [ "https:\/\/api.ta.trendmicro.com\/", "browsingData", "management", "system.memory", "notifications", "cookies", "storage", "history", "alarms", "tabs" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_title": "Cleaner One", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "version": "1.0.9", "content_security_policy": "script-src 'self' ; object-src 'self'" } |