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!

O que é The Cleaner - delete Cookies and Cache?

The Cleaner - delete Cookies and Cache é uma extensão do Chrome desenvolvida por Clean Chrome, e sua principal característica é "The Cleaner delete the Cache, Cookies, Downloads, History from Chrome Browser. Set auto history cleaning, to protect your privacy!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão The Cleaner - delete Cookies and Cache

Baixe arquivos de extensão The Cleaner - delete Cookies and Cache no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome The Cleaner - delete Cookies and Cache The Cleaner - delete Cookies and Cache
ID ogfjgagnmkiigilnoiabkbbajinanlbn
URL Oficial https://chromewebstore.google.com/detail/the-cleaner-delete-cookie/ogfjgagnmkiigilnoiabkbbajinanlbn
Descrição The Cleaner delete the Cache, Cookies, Downloads, History from Chrome Browser. Set auto history cleaning, to protect your privacy!
Tamanho do Arquivo 775 KB
Contagem de Instalações 139,674
Versão Atual 1.0.6
Última Atualização 2023-04-12
Data de Publicação 2022-10-06
Classificação 4.55/5 Total de 283 Avaliações
Desenvolvedor Clean Chrome
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}