One Click Cache Cleaner by Antonio Viola

This simple extension delete all browser storage cache data and refresh the current tab with one click!

Что такое One Click Cache Cleaner by Antonio Viola?

One Click Cache Cleaner by Antonio Viola - это расширение Chrome, разработанное Antonio Viola, и его основная функция - "This simple extension delete all browser storage cache data and refresh the current tab with one click!".

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

screenshot

Скачать файл CRX расширения One Click Cache Cleaner by Antonio Viola

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

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

                        Simple extension to delete all browser storage cache data and refresh  tab, for displaying immediately eventual webpage change or solve browsing problems. Just click the icon!                    

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

Название One Click Cache Cleaner by Antonio Viola One Click Cache Cleaner by Antonio Viola
ID deijiiepldkepdciioacineeemjpmabh
Официальный URL https://chromewebstore.google.com/detail/one-click-cache-cleaner-b/deijiiepldkepdciioacineeemjpmabh
Описание This simple extension delete all browser storage cache data and refresh the current tab with one click!
Размер файла 8.91 KB
Количество установок 22
Текущая Версия 1.1
Последнее Обновление 2021-06-24
Дата публикации 2021-06-23
Разработчик Antonio Viola
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One Click Cache Cleaner by Antonio Viola",
    "description": "This simple extension delete all browser storage cache data and refresh the current tab with one click!",
    "version": "1.1",
    "manifest_version": 3,
    "permissions": [
        "browsingData"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/icons\/icon16.png",
            "32": "\/icons\/icon32.png"
        },
        "default_title": "One Click Cache Cleaner by Antonio Viola"
    },
    "icons": {
        "16": "\/icons\/icon16.png",
        "32": "\/icons\/icon32.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    }
}