Cache Cleaner

Clear browser cache for the last week.

Что такое Cache Cleaner?

Cache Cleaner - это расширение Chrome, разработанное Maxym Gorbenko, и его основная функция - "Clear browser cache for the last week.".

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

screenshot
screenshot

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

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

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

                        Clear browser cache for the last week.                    

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

Название Cache Cleaner Cache Cleaner
ID ekcjobkhkmknjjfenofigfkncfjfdmjo
Официальный URL https://chromewebstore.google.com/detail/cache-cleaner/ekcjobkhkmknjjfenofigfkncfjfdmjo
Описание Clear browser cache for the last week.
Размер файла 63.65 KB
Количество установок 847
Текущая Версия 1.0
Последнее Обновление 2017-05-10
Дата публикации 2017-05-10
Рейтинг 5.00/5 Всего 5 оценок
Разработчик Maxym Gorbenko
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cache Cleaner",
    "short_name": "CC",
    "version": "1.0",
    "author": "Maxym Gorbenko",
    "description": "Clear browser cache for the last week.",
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "browsingData",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Clear cache!",
        "default_icon": "icons\/128x128.png"
    }
}