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

¿Qué es History & Cache Cleaner - Smart Clean?

History & Cache Cleaner - Smart Clean es una extensión de Chrome desarrollada por History & Cache Cleaner - Smart Clean, y su función principal es "Good to Сlean Сache and Chrome browsing data! Сlean History, Clear Downloads, Clear Cookie, Clear Cache or set auto history cleaning".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión History & Cache Cleaner - Smart Clean

Descarga archivos de extensión History & Cache Cleaner - Smart Clean en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre History & Cache Cleaner - Smart Clean History & Cache Cleaner - Smart Clean
ID dhaamkgjpilakclbgpabiacmndmhhnop
URL Oficial https://chromewebstore.google.com/detail/history-cache-cleaner-sma/dhaamkgjpilakclbgpabiacmndmhhnop
Descripción Good to Сlean Сache and Chrome browsing data! Сlean History, Clear Downloads, Clear Cookie, Clear Cache or set auto history cleaning
Tamaño del Archivo 1.2 MB
Cantidad de Instalaciones 2,212
Versión Actual 1.0.1
Última Actualización 2023-09-15
Fecha de Publicación 2023-04-21
Calificación 3.00/5 Total de 1 Calificaciones
Desarrollador History & Cache Cleaner - Smart Clean
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://sites.google.com/view/history-cache-p-p/privacy-policy
Idiomas Soportados 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}