Easily Cache Cleaner

Use the toolbar button to quickly clear your browser's cache.

什麼是Easily Cache Cleaner?

Easily Cache Cleaner是由fionapandora開發的Chrome擴展程式,該擴展的主要功能是“Use the toolbar button to quickly clear your browser's cache.”。

擴展截圖

screenshot

下載Easily Cache Cleaner擴展crx文件

下載Easily Cache Cleaner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        "Easily Cache Cleaner" is a browser extension that lets you clean your custom browsing data via the toolbar pop-up. Currently, there are fourteen options to remove (depending on your browser):

Cookies, Form Data, Downloads, WebSQL, Passwords, Plugin Data, App Cache, File Systems, Indexed DB...

To use this add-on, go to the toolbar popup UI, select the item you want, and then click on the Clean option at the top left corner. While the add-on is cleaning your chosen items, a toolbar icon will flash. Furthermore, when the cleanup process is completed, a desktop alert will inform you what data has been deleted.

It turns out that some disabled items might be found in the toolbar pop-up. This is due to a bug in your browser that prevents it from properly displaying such things using the clear-browsing-data API. These items may become available automatically when the API update occurs in the future.                    

擴展基本資訊

名稱 Easily Cache Cleaner Easily Cache Cleaner
ID pbcgbhjiijkcconamckbikgncddgbmgp
官方網址 https://chromewebstore.google.com/detail/easily-cache-cleaner/pbcgbhjiijkcconamckbikgncddgbmgp
簡介 Use the toolbar button to quickly clear your browser's cache.
檔案大小 84.18 KB
安裝次數 80
目前版本 0.1
更新時間 2022-05-21
上架時間 2022-05-20
評分 4.95/5 共 59 次評分
開發者 fionapandora
電子郵箱 [email protected]
付費類型 free
擴展官網 https://worldaddons.com/easily-cache-cleaner/
說明頁面URL https://worldaddons.com/contact/
隱私政策頁面URL https://worldaddons.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Easily Cache Cleaner",
    "short_name": "easy-cache-cleaner",
    "permissions": [
        "storage",
        "browsingData",
        "notifications"
    ],
    "homepage_url": "https:\/\/worldaddons.com\/easily-cache-cleaner\/",
    "description": "Use the toolbar button to quickly clear your browser's cache.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Easily Cache Cleaner",
        "default_popup": "source\/screen\/popup.html",
        "default_icon": {
            "16": "source\/icons\/16.png",
            "32": "source\/icons\/32.png",
            "48": "source\/icons\/48.png",
            "64": "source\/icons\/64.png"
        }
    },
    "icons": {
        "16": "source\/icons\/16.png",
        "32": "source\/icons\/32.png",
        "48": "source\/icons\/48.png",
        "64": "source\/icons\/64.png",
        "128": "source\/icons\/128.png"
    }
}