One Click Cache Cleaner by Antonio Viola

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

什么是One Click Cache Cleaner by Antonio Viola?

One Click Cache Cleaner by Antonio Viola是由Antonio Viola开发的Chrome扩展程序,该扩展的主要功能是“This simple extension delete all browser storage cache data and refresh the current tab with one click!”。

扩展截图

screenshot

下载One Click Cache Cleaner by Antonio Viola扩展crx文件

下载One Click Cache Cleaner by Antonio Viola扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 One Click Cache Cleaner by Antonio Viola One Click Cache Cleaner by Antonio Viola
ID deijiiepldkepdciioacineeemjpmabh
官方URL https://chromewebstore.google.com/detail/one-click-cache-cleaner-b/deijiiepldkepdciioacineeemjpmabh
简介 This simple extension delete all browser storage cache data and refresh the current tab with one click!
文件大小 8.91 KB
安装次数 22
当前版本 1.1
更新时间 2021-06-24
上架时间 2021-06-23
开发者 Antonio Viola
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}