One Click Cache Cleaner by Antonio Viola
This simple extension delete all browser storage cache data and refresh the current tab with one click!
Wat is One Click Cache Cleaner by Antonio Viola?
One Click Cache Cleaner by Antonio Viola is een Chrome-extensie ontwikkeld door Antonio Viola, en de belangrijkste functie is "This simple extension delete all browser storage cache data and refresh the current tab with one click!".
Extensie Screenshots
Download het CRX-bestand van de extensie One Click Cache Cleaner by Antonio Viola
Download One Click Cache Cleaner by Antonio Viola-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | One Click Cache Cleaner by Antonio Viola |
ID | deijiiepldkepdciioacineeemjpmabh |
Officiële URL | https://chromewebstore.google.com/detail/one-click-cache-cleaner-b/deijiiepldkepdciioacineeemjpmabh |
Beschrijving | This simple extension delete all browser storage cache data and refresh the current tab with one click! |
Bestandsgrootte | 8.91 KB |
Aantal Installaties | 22 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2021-06-24 |
Publicatiedatum | 2021-06-23 |
Ontwikkelaar | Antonio Viola |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |