Smart Clean - History & Cache Cleaner

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

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

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

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

screenshot
screenshot

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

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

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

                        Fasten Browser with Smart Cleaner extension

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

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

Click "add to chrome" button to run Smart Cleaner and flush the browser history without any efforts.

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

Smart Clean 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.
Smart Clean 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 
+ Cleaner Chrome history  
+ Cleaner download history
+ Empty the cache
+ Automatic data remove
+ Delete cookies and other site and plug-in data
+ Delete History 
+ Remove Passwords
+ Cleaner for saved passwords
+ Cleaner for 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 Chrome toolbar.

One-click "Close All Windows and Smart Cleaner Cache".                    

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

Όνομα Smart Clean - History & Cache Cleaner Smart Clean - History & Cache Cleaner
ID pooaemmkohlphkekccfajnbcokjlbehk
Επίσημο URL https://chromewebstore.google.com/detail/smart-clean-history-cache/pooaemmkohlphkekccfajnbcokjlbehk
Περιγραφή Best way to clean cache and chrome browsing data! Easily clean history, downloads, cookie or set auto history cleaning!
Μέγεθος Αρχείου 753 KB
Αριθμός Εγκαταστάσεων 212,370
Τρέχουσα Έκδοση 1.1.30
Τελευταία Ενημέρωση 2024-01-18
Ημερομηνία Δημοσίευσης 2021-09-25
Αξιολόγηση 4.62/5 Συνολικά 466 Αξιολογήσεις
Προγραμματιστής Smart extension
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,da,et,es,hr,it,lt,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-TW,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"
    },
    "action": {
        "default_icon": {
            "38": "img\/icon_38.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.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"
        }
    ],
    "options_page": "options.html",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "browsingData",
        "tabs",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "version": "1.1.30"
}