History & Cache Cleaner - Smart Clean

Good to Сlean Сache and Chrome browsing data! Сlean History, Clear Downloads, Clear Cookie, Clear Cache or set auto history cleaning

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

History & Cache Cleaner - Smart Clean은(는) History & Cache Cleaner - Smart Clean에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Good to Сlean Сache and Chrome browsing data! Сlean History, Clear Downloads, Clear Cookie, Clear Cache or set auto history cleaning"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        History & Cache Cleaner - Smart Clean is an essential Google Chrome extension that provides the best way to keep your browsing data clean and secure. With just a few clicks, you can easily clean your browsing history, downloads, cookies, and cache, or set an auto history cleaning feature to ensure that your browsing experience stays free of clutter.

The History & Cache Cleaner - Smart Clean extension offers a variety of cleaning options, including the ability to clean all your browsing data at once or select specific items to clean. You can also set an auto cleaning feature to automatically clean your browsing data at regular intervals, ensuring that your browsing experience stays clean and secure.

With its user-friendly interface, History & Cache Cleaner - Smart Clean is easy to use and ideal for anyone who wants to protect their online privacy or free up space on their computer. Whether you're concerned about your online activities being tracked or simply want to keep your computer running smoothly, this extension is the perfect tool for you.

Here are the key features of the History & Cache Cleaner - Smart Clean extension for Google Chrome:

App Cache: With this feature, you can clean up the App Cache of your browser to free up space and improve browser performance.

Cache: This feature allows you to easily clear your browser cache, which stores temporary website data. Clearing the cache can help to free up space and improve browser speed.

Cookies: This feature allows you to easily clear your browser cookies, which are small text files that websites use to store information about your browsing preferences. Clearing cookies can help to protect your online privacy.

Downloads: This feature allows you to easily clear your download history, which is a list of all the files that you have downloaded using your browser.

File Systems: This feature allows you to clear data stored in the file system of your browser.

Form data: This feature allows you to easily clear any data that you have entered into online forms, such as login details or contact information.

History: This feature allows you to easily clear your browsing history, which is a list of all the websites that you have visited using your browser.

Indexed DB: This feature allows you to clear data stored in the IndexedDB, which is a database used by web applications to store data on your browser.

Local storage: This feature allows you to clear data stored in the local storage of your browser.

Plugin Data: This feature allows you to clear data stored by browser plugins.

Passwords: This feature allows you to clear any saved passwords in your browser. This can help to protect your online security.

WebSOL: This feature allows you to clear data stored in the WebSOL storage of your browser.

Overall, the History & Cache Cleaner - Smart Clean extension for Google Chrome provides a comprehensive solution to clean up your browsing data, improving the speed and privacy of your online experience.                    

확장 프로그램 기본 정보

이름 History & Cache Cleaner - Smart Clean History & Cache Cleaner - Smart Clean
ID dhaamkgjpilakclbgpabiacmndmhhnop
공식 URL https://chromewebstore.google.com/detail/history-cache-cleaner-sma/dhaamkgjpilakclbgpabiacmndmhhnop
설명 Good to Сlean Сache and Chrome browsing data! Сlean History, Clear Downloads, Clear Cookie, Clear Cache or set auto history cleaning
파일 크기 1.2 MB
설치 횟수 2,212
현재 버전 1.0.1
최근 업데이트 2023-09-15
출시 날짜 2023-04-21
평점 3.00/5 총 1 개의 평점
개발자 History & Cache Cleaner - Smart Clean
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/history-cache-p-p/privacy-policy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.1",
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_title": "__MSG_name__",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icons\/icon-128.png",
            "64": "icons\/icon-64.png",
            "32": "icons\/icon-32.png",
            "16": "icons\/icon-16.png"
        }
    },
    "icons": {
        "128": "icons\/icon-128.png",
        "64": "icons\/icon-64.png",
        "32": "icons\/icon-32.png",
        "16": "icons\/icon-16.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "permissions": [
        "alarms",
        "tabs",
        "webRequest",
        "storage",
        "browsingData",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_idle",
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/content.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "options_page": "options.html",
    "commands": {
        "clear": {
            "suggested_key": {
                "default": "Alt+C",
                "mac": "Alt+C"
            },
            "description": "Clear"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}