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
screenshot
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
官方網址 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
電子郵箱 codanto@gmail.com
付費類型 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"
    }
}