QuickClean

Clear ALL Browsing Data by deleting downloads, cached files and browsing history.

What is QuickClean?

QuickClean is a Chrome extension developed by Gloablike, and its main feature is "Clear ALL Browsing Data by deleting downloads, cached files and browsing history.".

Extension Screenshots

screenshot

Download QuickClean Extension CRX File

Download QuickClean extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Need Privacy ? Sharing your computer station with someone else ? This extension will allow you to easily clear ALL Browsing Data by deleting downloads, cached files and browsing history.                    

Extension Basic Information

Name QuickClean QuickClean
ID hcdeoflfbkpmebldjfkemfhjomgjipgn
Official URL https://chromewebstore.google.com/detail/quickclean/hcdeoflfbkpmebldjfkemfhjomgjipgn
Description Clear ALL Browsing Data by deleting downloads, cached files and browsing history.
File Size 11.01 KB
Installation Count 6,261
Current Version 0.1
Last Updated 2015-05-22
Publish Date 2015-05-22
Rating 3.67/5 Total 3 Ratings
Developer Gloablike
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QuickClean",
    "description": "Clear ALL Browsing Data by deleting downloads, cached files and browsing history.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "version": "0.1",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "browsingData"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "clear-browsing-data": {
            "suggested_key": {
                "default": "Alt+Shift+C"
            },
            "description": "QuickClean"
        }
    }
}