QuickClean

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

Wat is QuickClean?

QuickClean is een Chrome-extensie ontwikkeld door Gloablike, en de belangrijkste functie is "Clear ALL Browsing Data by deleting downloads, cached files and browsing history.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie QuickClean

Download QuickClean-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam QuickClean QuickClean
ID hcdeoflfbkpmebldjfkemfhjomgjipgn
Officiële URL https://chromewebstore.google.com/detail/quickclean/hcdeoflfbkpmebldjfkemfhjomgjipgn
Beschrijving Clear ALL Browsing Data by deleting downloads, cached files and browsing history.
Bestandsgrootte 11.01 KB
Aantal Installaties 6,261
Huidige Versie 0.1
Laatst Bijgewerkt 2015-05-22
Publicatiedatum 2015-05-22
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Gloablike
Betalingswijze free
Ondersteunde Talen 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"
        }
    }
}