QuickClean

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

Co to jest QuickClean?

QuickClean to rozszerzenie Chrome opracowane przez Gloablike, a jego główną funkcją jest „Clear ALL Browsing Data by deleting downloads, cached files and browsing history.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia QuickClean

Pobierz pliki rozszerzeń QuickClean w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa QuickClean QuickClean
ID hcdeoflfbkpmebldjfkemfhjomgjipgn
Oficjalny URL https://chromewebstore.google.com/detail/quickclean/hcdeoflfbkpmebldjfkemfhjomgjipgn
Opis Clear ALL Browsing Data by deleting downloads, cached files and browsing history.
Rozmiar pliku 11.01 KB
Liczba instalacji 6,261
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2015-05-22
Data Publikacji 2015-05-22
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper Gloablike
Typ Płatności free
Obsługiwane Języki 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"
        }
    }
}