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文件

下載History & Cache Cleaner - Smart Clean擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}