MegaCleaner - Browsing Data Cleaner

A lightweight and easy-to-use extension that cleans up browsing cache, history, localstorage, and more!

Τι είναι το MegaCleaner - Browsing Data Cleaner;

Το MegaCleaner - Browsing Data Cleaner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον MegaCleaner LC, και η κύρια λειτουργία του είναι "A lightweight and easy-to-use extension that cleans up browsing cache, history, localstorage, and more!".

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

screenshot

Λήψη αρχείου CRX της επέκτασης MegaCleaner - Browsing Data Cleaner

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

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

                        MegaCleaner is a simple and lightweight extension that clears unwanted data on your hard drive to free up space! 
Cache, History, Downloads, LocalStorage deleted with one click! 
The latest update also brings the ability to clear bookmarks! 
The first extension that deletes your bookmarks!

--[INFORMATION]--
What does MegaCleaner delete?
MegaCleaner deletes LocalStorage, IndexedDB, Downloads (Optional), History, All Cache, Cookies (Optional), FileSystems, FormData, PluginData, Passwords (Optional), Tabs, Server bound certificates, Bookmarks (Optional), and WebSQL. Basically all browsing data.

Is this program easy on memory?
Compared to other cache cleaners, yes, it is. This is a simple, lightweight program that will not operate in the background and will only activate when you click it. The extension size is less than 50kb.
 
Please consider giving this extension 5 stars!                    

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

Όνομα MegaCleaner - Browsing Data Cleaner MegaCleaner - Browsing Data Cleaner
ID mdgchcbkjphbnkndmonmpbgefhpgchhg
Επίσημο URL https://chrome.google.com/webstore/detail/megacleaner-browsing-data/mdgchcbkjphbnkndmonmpbgefhpgchhg
Περιγραφή A lightweight and easy-to-use extension that cleans up browsing cache, history, localstorage, and more!
Μέγεθος Αρχείου 14.14 KB
Αριθμός Εγκαταστάσεων 420
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2018-05-03
Ημερομηνία Δημοσίευσης 2018-05-03
Αξιολόγηση 4.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής MegaCleaner LC
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MegaCleaner - Browsing Data Cleaner",
    "description": "A lightweight and easy-to-use extension that cleans up browsing cache, history, localstorage, and more!",
    "version": "1.0.3",
    "author": "MegaCleaner, LC",
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon2.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "context_menus.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "browsingData",
        "notifications",
        "contextMenus",
        "tabs"
    ]
}