One Click Cache Cleaner by Antonio Viola

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

Hvad er One Click Cache Cleaner by Antonio Viola?

One Click Cache Cleaner by Antonio Viola er en Chrome-udvidelse udviklet af Antonio Viola, og dens hovedfunktion er "This simple extension delete all browser storage cache data and refresh the current tab with one click!".

Udvidelsesskærmbilleder

screenshot

Download One Click Cache Cleaner by Antonio Viola-udvidelses-CRX-fil

Download One Click Cache Cleaner by Antonio Viola-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn One Click Cache Cleaner by Antonio Viola One Click Cache Cleaner by Antonio Viola
ID deijiiepldkepdciioacineeemjpmabh
Officiel URL https://chromewebstore.google.com/detail/one-click-cache-cleaner-b/deijiiepldkepdciioacineeemjpmabh
Beskrivelse This simple extension delete all browser storage cache data and refresh the current tab with one click!
Filstørrelse 8.91 KB
Antal Installationer 22
Nuværende Version 1.1
Senest Opdateret 2021-06-24
Udgivelsesdato 2021-06-23
Udvikler Antonio Viola
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}