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!

Co je The Cleaner - delete Cookies and Cache?

The Cleaner - delete Cookies and Cache je rozšíření Chrome vyvinuté Clean Chrome, a jeho hlavní funkcí je „The Cleaner delete the Cache, Cookies, Downloads, History from Chrome Browser. Set auto history cleaning, to protect your privacy!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření The Cleaner - delete Cookies and Cache

Stáhněte si soubory rozšíření The Cleaner - delete Cookies and Cache ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název The Cleaner - delete Cookies and Cache The Cleaner - delete Cookies and Cache
ID ogfjgagnmkiigilnoiabkbbajinanlbn
Oficiální URL https://chromewebstore.google.com/detail/the-cleaner-delete-cookie/ogfjgagnmkiigilnoiabkbbajinanlbn
Popis The Cleaner delete the Cache, Cookies, Downloads, History from Chrome Browser. Set auto history cleaning, to protect your privacy!
Velikost souboru 775 KB
Počet instalací 139,674
Aktuální Verze 1.0.6
Poslední Aktualizace 2023-04-12
Datum Vydání 2022-10-06
Hodnocení 4.55/5 Celkem 283 Hodnocení
Vývojář Clean Chrome
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}