One Click Cache Cleaner by Antonio Viola

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

Qu'est-ce que One Click Cache Cleaner by Antonio Viola ?

One Click Cache Cleaner by Antonio Viola est une extension Chrome développée par Antonio Viola, et sa fonction principale est "This simple extension delete all browser storage cache data and refresh the current tab with one click!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension One Click Cache Cleaner by Antonio Viola

Téléchargez les fichiers d'extension One Click Cache Cleaner by Antonio Viola au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom One Click Cache Cleaner by Antonio Viola One Click Cache Cleaner by Antonio Viola
ID deijiiepldkepdciioacineeemjpmabh
URL Officiel https://chromewebstore.google.com/detail/one-click-cache-cleaner-b/deijiiepldkepdciioacineeemjpmabh
Description This simple extension delete all browser storage cache data and refresh the current tab with one click!
Taille du Fichier 8.91 KB
Nombre d'Installations 22
Version Actuelle 1.1
Dernière Mise à Jour 2021-06-24
Date de Publication 2021-06-23
Développeur Antonio Viola
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}