QuickClean

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

Что такое QuickClean?

QuickClean - это расширение Chrome, разработанное Gloablike, и его основная функция - "Clear ALL Browsing Data by deleting downloads, cached files and browsing history.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения QuickClean

Скачайте файлы расширений QuickClean в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название QuickClean QuickClean
ID hcdeoflfbkpmebldjfkemfhjomgjipgn
Официальный URL https://chromewebstore.google.com/detail/quickclean/hcdeoflfbkpmebldjfkemfhjomgjipgn
Описание Clear ALL Browsing Data by deleting downloads, cached files and browsing history.
Размер файла 11.01 KB
Количество установок 6,261
Текущая Версия 0.1
Последнее Обновление 2015-05-22
Дата публикации 2015-05-22
Рейтинг 3.67/5 Всего 3 оценок
Разработчик Gloablike
Тип оплаты free
Поддерживаемые языки 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"
        }
    }
}