One Click Cache Cleaner by Antonio Viola

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

Co to jest One Click Cache Cleaner by Antonio Viola?

One Click Cache Cleaner by Antonio Viola to rozszerzenie Chrome opracowane przez Antonio Viola, a jego główną funkcją jest „This simple extension delete all browser storage cache data and refresh the current tab with one click!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia One Click Cache Cleaner by Antonio Viola

Pobierz pliki rozszerzeń One Click Cache Cleaner by Antonio Viola w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa One Click Cache Cleaner by Antonio Viola One Click Cache Cleaner by Antonio Viola
ID deijiiepldkepdciioacineeemjpmabh
Oficjalny URL https://chromewebstore.google.com/detail/one-click-cache-cleaner-b/deijiiepldkepdciioacineeemjpmabh
Opis This simple extension delete all browser storage cache data and refresh the current tab with one click!
Rozmiar pliku 8.91 KB
Liczba instalacji 22
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2021-06-24
Data Publikacji 2021-06-23
Deweloper Antonio Viola
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}