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'est-ce que History & Cache Cleaner - Smart Clean ?

History & Cache Cleaner - Smart Clean est une extension Chrome développée par History & Cache Cleaner - Smart Clean, et sa fonction principale est "Good to Сlean Сache and Chrome browsing data! Сlean History, Clear Downloads, Clear Cookie, Clear Cache or set auto history cleaning".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension History & Cache Cleaner - Smart Clean

Téléchargez les fichiers d'extension History & Cache Cleaner - Smart Clean au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom History & Cache Cleaner - Smart Clean History & Cache Cleaner - Smart Clean
ID dhaamkgjpilakclbgpabiacmndmhhnop
URL Officiel https://chromewebstore.google.com/detail/history-cache-cleaner-sma/dhaamkgjpilakclbgpabiacmndmhhnop
Description Good to Сlean Сache and Chrome browsing data! Сlean History, Clear Downloads, Clear Cookie, Clear Cache or set auto history cleaning
Taille du Fichier 1.2 MB
Nombre d'Installations 2,212
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-09-15
Date de Publication 2023-04-21
Évaluation 3.00/5 Total 1 Évaluations
Développeur History & Cache Cleaner - Smart Clean
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/history-cache-p-p/privacy-policy
Langues Prises en Charge 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}