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 je One Click Cache Cleaner by Antonio Viola?
One Click Cache Cleaner by Antonio Viola je rozšíření Chrome vyvinuté Antonio Viola, a jeho hlavní funkcí je „This simple extension delete all browser storage cache data and refresh the current tab with one click!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření One Click Cache Cleaner by Antonio Viola
Stáhněte si soubory rozšíření One Click Cache Cleaner by Antonio Viola ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | One Click Cache Cleaner by Antonio Viola |
ID | deijiiepldkepdciioacineeemjpmabh |
Oficiální URL | https://chromewebstore.google.com/detail/one-click-cache-cleaner-b/deijiiepldkepdciioacineeemjpmabh |
Popis | This simple extension delete all browser storage cache data and refresh the current tab with one click! |
Velikost souboru | 8.91 KB |
Počet instalací | 22 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2021-06-24 |
Datum Vydání | 2021-06-23 |
Vývojář | Antonio Viola |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |