Clean Manager - History & Cache Cleaner

Easy way to clean browser cache and data! Best way to clean history, downloads, cookie or set tasks for auto cleaning!

Clean Manager - History & Cache Cleaner란 무엇입니까?

Clean Manager - History & Cache Cleaner은(는) aleksandr.koshev12에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy way to clean browser cache and data! Best way to clean history, downloads, cookie or set tasks for auto cleaning!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Clean Manager - History & Cache Cleaner 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Clean Manager chrome extension provide simple and effective way to clear browser history, downloads, cookies, cache data and trash, protects your privacy, and makes your browser faster and productive.  You can clear your browser data or delete site-specific data.

- Clear your browser cache, cookies, website storage and other trashes. 
- Clear your password. Others will never login your personal account.
- Clear your browser history. Others will never know what web site you've been browsing.

You can also create tasks that will clear browser data at a specified interval.                    

확장 프로그램 기본 정보

이름 Clean Manager - History & Cache Cleaner Clean Manager - History & Cache Cleaner
ID hnhipbbnifkpgbcgkgeiekcpenmhndko
공식 URL https://chrome.google.com/webstore/detail/clean-manager-history-cac/hnhipbbnifkpgbcgkgeiekcpenmhndko
설명 Easy way to clean browser cache and data! Best way to clean history, downloads, cookie or set tasks for auto cleaning!
파일 크기 269 KB
설치 횟수 182
현재 버전 1.0.8
최근 업데이트 2022-11-20
출시 날짜 2021-05-16
평점 5.00/5 총 6 개의 평점
개발자 aleksandr.koshev12
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "action": {
        "default_icon": "32.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "Easy way to clean browser cache and data! Best way to clean history, downloads, cookie or set tasks for auto cleaning!",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "128.png",
        "16": "32.png",
        "48": "64.png"
    },
    "manifest_version": 3,
    "name": "Clean Manager - History & Cache Cleaner",
    "options_page": "option.html",
    "permissions": [
        "browsingData",
        "tabs",
        "storage",
        "declarativeNetRequest"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.8"
}