The Cleaner - delete Cookies and Cache

The Cleaner delete the Cache, Cookies, Downloads, History from Chrome Browser. Set auto history cleaning, to protect your privacy!

Qu'est-ce que The Cleaner - delete Cookies and Cache ?

The Cleaner - delete Cookies and Cache est une extension Chrome développée par Clean Chrome, et sa fonction principale est "The Cleaner delete the Cache, Cookies, Downloads, History from Chrome Browser. Set auto history cleaning, to protect your privacy!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension The Cleaner - delete Cookies and Cache

Téléchargez les fichiers d'extension The Cleaner - delete Cookies and Cache 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

                        The most fast and powerful The Cleaner Extension in the Chrome Store!

The Cleaner lets you clear all unnecessary data from Chrome as easy as one click. Protect your privacy, delete all activity and fasten your browser with The Cleaner extension for Chrome.

Extension lets you clear most of temporary browser information effectively just with one click and protect your privacy, delete all activity from your browser and many more:

-clean browser history, cache, cookies, downloads, website storage and passwords
-clean all your browser data at once or separately
-button for quick access to memory and DNS info in extension menu
-open extension’s folder and incognito tab with a button from menu

It's never been easier to erase browsers data. Clear temporary data, cache, cookies, download and browsing history effectively just with one click. Adding a floating button “Clear All” on each page allows you to do that.

Cache cleaner
+ Speed up device performance and clean unnecessary data.
+ Clear cache of all websites.

Protect your privacy and delete all activity from your browser with ccleaner.

Few key features:

+ Instant removal with one-click
+ View and clear browser history
+ Clear download history
+ Empty the temporary files
+ Delete cookies and other site and plug-in data
+ Clear cache
+ Clear saved passwords
+ Clear saved form data
+ Ability to choose time period
+ Light \ Dark mode for every time of day

Click "add extension" button to add Cleaner and clean the browser temporary data without any efforts. 
Is your browser Slow?

Clean up browsing data and make your browser even faster and Protect your privacy!

My browser is getting too slow. What can I do?
The problem with all the browsers, whether it’s internet explorer or Chromium based browser, is that they become slow and clunky after a period of time. They take time to start up to, to load websites and to open and close tabs. This is when one should consider cleaning up the browser and getting rid of the temporary data, history etc.

Notes:
* Please, be aware that super history & cache cleaner extension The Cleaner will delete only chrome history, but will not interfere with your google history (your search history on google.com). To deal with your google search history you should go to your account in the search engine itself and deal with the google history from there)

* If you delete cookies, you'll be signed out from most current sites (don't select "clear cookies" if you don't want to log-in again every time you use the cleaner.

Extension uses Dynamic URL to track Uninstalls. This information fully anonymous. Based on this infomation we improve our extension to make The Cleaner the best cleaner extension in Chrome Web Store.                    

Informations de Base sur l'Extension

Nom The Cleaner - delete Cookies and Cache The Cleaner - delete Cookies and Cache
ID ogfjgagnmkiigilnoiabkbbajinanlbn
URL Officiel https://chromewebstore.google.com/detail/the-cleaner-delete-cookie/ogfjgagnmkiigilnoiabkbbajinanlbn
Description The Cleaner delete the Cache, Cookies, Downloads, History from Chrome Browser. Set auto history cleaning, to protect your privacy!
Taille du Fichier 775 KB
Nombre d'Installations 139,674
Version Actuelle 1.0.6
Dernière Mise à Jour 2023-04-12
Date de Publication 2022-10-06
Évaluation 4.55/5 Total 283 Évaluations
Développeur Clean Chrome
Email [email protected]
Type de Paiement free
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__",
    "default_locale": "en",
    "manifest_version": 3,
    "version": "1.0.6",
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/content.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "service_worker": "scripts\/bg.js"
    },
    "commands": {
        "clear": {
            "suggested_key": {
                "default": "Alt+C",
                "mac": "Alt+C"
            },
            "description": "Clear"
        }
    },
    "permissions": [
        "storage",
        "browsingData",
        "tabs",
        "cookies",
        "webRequest",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "38": "img\/icon_38.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    }
}