Clean All - History & Cache Cleaner

Best way to clean cache and chrome browsing data! Easily clean history, downloads, cookie or set auto history cleaning!

Τι είναι το Clean All - History & Cache Cleaner;

Το Clean All - History & Cache Cleaner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Clean lmt., και η κύρια λειτουργία του είναι "Best way to clean cache and chrome browsing data! Easily clean history, downloads, cookie or set auto history cleaning!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Clean All - History & Cache Cleaner

Λήψη αρχείων επέκτασης Clean All - History & Cache Cleaner σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Fasten Chrome with Clean All extension

*New Option: Hot key "Clear" - Alt+C (works for all OS).

Clean All is a simple utility to clean browser data, cache, cookies, downloads and increase an overall browser speed.

Click "Add to chrome" button to run Chrome Clean All and flush the browser history without any efforts.

My Google Browser is getting too slow. What can I do?
The problem with all the browsers, whether it’s Edge or Google Chrome, 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 cache, history etc.

Clean All is a useful browser extension that helps you quickly clean up the browser. and It help to delete all traces of your online activity to protect your privacy.
Clean All is very easy to use and fast.

Clean up browsing data from a user's local profile.
Make your Chrome browser more faster and Protect your personal data!!

Few key features:

+ Instant removal with one-click 
+ Clear Chrome history  
+ Clear download history
+ Empty the cache
+ Automatic data remove
+ Delete cookies and other site and plug-in data
+ Clear saved passwords
+ Clear saved form data
+ Ability to choose time period
+ Dark mode
+ Quick clear button 

This lightweight extension enables you to do all that mentioned above instantly, 
with one click on the Eraser icon in the browser toolbar.

Update
1.0.14 
- Hot key "Clear " added

1.0.7
- New design
- Added dark mode
- Bug fix

1.0.5 
- Bug fix
- New feature "Floating Button" adding to every page for quick data remove.
  (see option page)

New feature release!!!
We now support one-click "Close All Windows and Clear All Cache".                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Clean All - History & Cache Cleaner Clean All - History & Cache Cleaner
ID elidgjfpciimeeeoeneeiifkmhadhkeh
Επίσημο URL https://chrome.google.com/webstore/detail/clean-all-history-cache-c/elidgjfpciimeeeoeneeiifkmhadhkeh
Περιγραφή Best way to clean cache and chrome browsing data! Easily clean history, downloads, cookie or set auto history cleaning!
Μέγεθος Αρχείου 770 KB
Αριθμός Εγκαταστάσεων 100,000
Τρέχουσα Έκδοση 1.0.16
Τελευταία Ενημέρωση 2022-08-08
Ημερομηνία Δημοσίευσης 2021-01-18
Αξιολόγηση 4.31/5 Συνολικά 77 Αξιολογήσεις
Προγραμματιστής Clean lmt.
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες de,en,fr,nl,no,vi,da,et,es,es-419,hr,it,lv,pl,pt-PT,ro,fi,sv,cs,el,sr,bg,ru,uk,hi,bn,ta,te,ml,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "38": "img\/icon_38.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/shortcuts.js"
        ]
    },
    "commands": {
        "clear": {
            "suggested_key": {
                "default": "Alt+C",
                "mac": "Alt+C"
            },
            "description": "Clear"
        }
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "js\/cleanup.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "options_page": "options.html",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "browsingData",
        "tabs",
        "cookies",
        "",
        "webRequest",
        "webRequestBlocking",
        "alarms"
    ],
    "web_accessible_resources": [
        "img\/*",
        "audios\/*"
    ],
    "version": "1.0.16"
}