Clear Cache

Clears your cache and browsing data with a click of a button

Что такое Clear Cache?

Clear Cache - это расширение Chrome, разработанное Daniel Lvovsky, и его основная функция - "Clears your cache and browsing data with a click of a button".

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

screenshot
screenshot
screenshot

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

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

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

                        Clear Cache helps you clear cache data, browsing history and much more with a single click of a button. Clear Cache also allows you to set what you want to clear with an options menu where you can choose what you want to be cleared and from what time period. More features will be added in the future.

Enjoy!                    

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

Название Clear Cache Clear Cache
ID appfmjhoobioppbehccakejenccnlfbi
Официальный URL https://chromewebstore.google.com/detail/clear-cache/appfmjhoobioppbehccakejenccnlfbi
Описание Clears your cache and browsing data with a click of a button
Размер файла 69.3 KB
Количество установок 1,387
Текущая Версия 1.0.0
Последнее Обновление 2020-05-18
Дата публикации 2020-05-15
Рейтинг 5.00/5 Всего 4 оценок
Разработчик Daniel Lvovsky
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Cache",
    "version": "1.0.0",
    "description": "Clears your cache and browsing data with a click of a button",
    "minimum_chrome_version": "19",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "page": "backgroundpage.html"
    },
    "browser_action": {
        "default_icon": "img\/icon_19.png",
        "default_title": "Clear Cache"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "browsingData",
        "cookies"
    ]
}