One Click Cache Cleaner by Antonio Viola
This simple extension delete all browser storage cache data and refresh the current tab with one click!
Apa itu One Click Cache Cleaner by Antonio Viola?
One Click Cache Cleaner by Antonio Viola adalah ekstensi Chrome yang dikembangkan oleh Antonio Viola, dan fitur utamanya adalah "This simple extension delete all browser storage cache data and refresh the current tab with one click!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi One Click Cache Cleaner by Antonio Viola
Unduh file ekstensi One Click Cache Cleaner by Antonio Viola dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | One Click Cache Cleaner by Antonio Viola |
ID | deijiiepldkepdciioacineeemjpmabh |
URL Resmi | https://chromewebstore.google.com/detail/one-click-cache-cleaner-b/deijiiepldkepdciioacineeemjpmabh |
Deskripsi | This simple extension delete all browser storage cache data and refresh the current tab with one click! |
Ukuran File | 8.91 KB |
Jumlah Instalasi | 22 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2021-06-24 |
Tanggal Publikasi | 2021-06-23 |
Pengembang | Antonio Viola |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |