Clear history, Cache & Cookies for Chrome™

Delete your Chrome browsing history, cache, cookies, downloads, forms, localstorage and more in one click.

Qu'est-ce que Clear history, Cache & Cookies for Chrome™ ?

Clear history, Cache & Cookies for Chrome™ est une extension Chrome développée par bakutasechi, et sa fonction principale est "Delete your Chrome browsing history, cache, cookies, downloads, forms, localstorage and more in one click.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Clear history, Cache & Cookies for Chrome™

Téléchargez les fichiers d'extension Clear history, Cache & Cookies for Chrome™ 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

                        Clear Cache cleans your browser easily and effectively.

With one click. Make your browser work fast!

Remove and clean:

✓ Cache.
✓ Navigation history.
✓ Cookies.
✓ Downloads history (Does not delete files).
✓ Form data.
✓ Local Storage.
✓ Passwords.
✓ IndexedDB.
✓ App cache.
✓ Web SQL Data.
✓ Data plugin.
✓ File Systems.
✓ Cache Storage.
✓ Service workers.

Features:

✓ Open in a popup in the browser.
✓ Simple design inspired by material design.
✓ It's free.
✓ No ads.
✓ Works offline.
✓ Not require special permissions. 

You can:

✓ Sort cleaning options (drag).
✓ Select time period.
✓ Enable or disable time and cleanup options.
✓ Edit keyboard shortcuts.
✓ Choose 2 design themes, light or dark.


Why use this extension?


1. Improve browser speed.

The cache slows down your browser, systems and applications due to the RAM and memory it acquires. Many a times it is filled with crap information, which probably will not be required by the user in future.

The prime purpose is to improve the performance by reducing the data processing and fetching.  With a sizeable amount of cache stored, the speed and performance of machine is hampered.

Enhancing system and application performance is one of the benefits of clearing cache.


2. Delete your Chrome browsing history.

If you don’t want a record of webpages you’ve visited using Chrome, you can delete all or some of your browsing history. If you delete your browsing history, it'll take effect on all devices where you’ve turned sync on and signed.


3. Clear cache & cookies.

When you use a browser, it saves some information from websites in its cache and cookies. Clearing them fixes certain problems, like loading or formatting issues on sites.


4. New updated version of page is fetched.

The stored instance of webpage will be loaded. Any changes, in case, made to the webpage will not be reflected due to cache. That’s why the developers always insist on clearing the cache memory to see the changes they have implemented.

Clearing cache will signify the browser to fetch the latest version of webpage.


5. Privacy threat mitigated.

The stored instance of webpage will be loaded. Any changes, in case, made to the webpage will not be reflected due to cache. That’s why the developers always insist on clearing the cache memory to see the changes they have implemented.

Take the example of Facebook, you have logged-in on a public machine and didn’t logout at end of your session. The person accessing the device next can get access to your Facebook account. This raises a privacy threat.

Also in other instances where you are worried about your privacy, deleting cache is a great option. It reduces the privacy threat for you.


Compatibility:

This extension is compatible with Chrome, Brave and Opera. 


Shortcuts Keys (default): 

Open the extension:

Alt + A in chromeos.
Alt + A in windows.
⌥ + A in macOS.
Alt + A in linux.

Quick clean:
 
Alt + A and then press ENTER

Activate light mode:
 
F1

Activate dark mode:

F2

Close extension:

ESC                    

Informations de Base sur l'Extension

Nom Clear history, Cache & Cookies for Chrome™ Clear history, Cache & Cookies for Chrome™
ID lcebokhepdpopanpieoopnjiehmoabfp
URL Officiel https://chrome.google.com/webstore/detail/clear-cache-for-chrome/lcebokhepdpopanpieoopnjiehmoabfp
Description Delete your Chrome browsing history, cache, cookies, downloads, forms, localstorage and more in one click.
Taille du Fichier 1.02 MB
Nombre d'Installations 46,028
Version Actuelle 1.4.2.5
Dernière Mise à Jour 2022-12-17
Date de Publication 2020-03-16
Évaluation 4.66/5 Total 400 Évaluations
Développeur bakutasechi
Email [email protected]
Type de Paiement free
Langues Prises en Charge id,ms,de,en,en-GB,en-US,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "jlozanodeveloper",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "content_scripts": [
        {
            "js": [
                "\/assets\/js\/Global.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/assets\/js\/background.js"
        ]
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "19": "assets\/icons\/19.png",
            "38": "assets\/icons\/38.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__"
    },
    "icons": {
        "128": "assets\/icons\/128.png",
        "32": "assets\/icons\/32.png",
        "38": "assets\/icons\/38.png",
        "48": "assets\/icons\/48.png",
        "19": "assets\/icons\/19.png",
        "64": "assets\/icons\/64.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+A",
                "chromeos": "Alt+A",
                "linux": "Alt+A",
                "mac": "Alt+A",
                "windows": "Alt+A"
            }
        }
    },
    "options_ui": {
        "page": "options.html"
    },
    "offline_enabled": true,
    "permissions": [
        "browsingData",
        "storage"
    ],
    "manifest_version": 2,
    "version": "1.4.2.5"
}