Easy Cleaner

Clean all the browser data in one click

Что такое Easy Cleaner?

Easy Cleaner - это расширение Chrome, разработанное FunnyApplets, и его основная функция - "Clean all the browser data in one click".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Clean all your browser history, cookies, site activities in just one click. 

Options:
- Clear your browsing history;
- Clean the list of downloads;
- Clean site cookies;
- Remove autofill form data;
- Clear Stored password;
- Clear cached images and other files;
- Clear local filesystem and storage;
- Clear applications cache;
- Remove plugin data;
- Clear WebSQL and IndexedDB data.                    

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

Название Easy Cleaner Easy Cleaner
ID jnjglafkllnhclhmcjbhigkfnfollfjl
Официальный URL https://chromewebstore.google.com/detail/easy-cleaner/jnjglafkllnhclhmcjbhigkfnfollfjl
Описание Clean all the browser data in one click
Размер файла 48.98 KB
Количество установок 4,885
Текущая Версия 0.2.1
Последнее Обновление 2016-05-07
Дата публикации 2016-05-07
Рейтинг 4.29/5 Всего 21 оценок
Разработчик FunnyApplets
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Cleaner",
    "description": "Clean all the browser data in one click",
    "version": "0.2.1",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_46_2.png",
        "default_popup": "popup.html",
        "default_title": "Clean all browser history data in one click"
    },
    "options_page": "options.html",
    "minimum_chrome_version": "31",
    "offline_enabled": true,
    "permissions": [
        "browsingData",
        "activeTab",
        "",
        "storage",
        "downloads",
        "history",
        "cookies"
    ]
}