One Click Cache Cleaner by Antonio Viola

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

Vad är One Click Cache Cleaner by Antonio Viola?

One Click Cache Cleaner by Antonio Viola är en Chrome-tillägg utvecklad av Antonio Viola, och dess huvudfunktion är "This simple extension delete all browser storage cache data and refresh the current tab with one click!".

Tilläggsskärmbilder

screenshot

Ladda ner One Click Cache Cleaner by Antonio Viola-förlängningens CRX-fil

Ladda ner One Click Cache Cleaner by Antonio Viola-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn One Click Cache Cleaner by Antonio Viola One Click Cache Cleaner by Antonio Viola
ID deijiiepldkepdciioacineeemjpmabh
Officiell webbadress https://chromewebstore.google.com/detail/one-click-cache-cleaner-b/deijiiepldkepdciioacineeemjpmabh
Beskrivning This simple extension delete all browser storage cache data and refresh the current tab with one click!
Filstorlek 8.91 KB
Antal Installationer 22
Aktuell Version 1.1
Senast Uppdaterad 2021-06-24
Publiceringsdatum 2021-06-23
Utvecklare Antonio Viola
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}