Easily Cache Cleaner

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

Easily Cache Cleaner là gì?

Easily Cache Cleaner là một tiện ích mở rộng Chrome được phát triển bởi fionapandora, và tính năng chính của nó là "Use the toolbar button to quickly clear your browser's cache.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Easily Cache Cleaner

Tải xuống các tệp mở rộng Easily Cache Cleaner dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        "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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Easily Cache Cleaner Easily Cache Cleaner
ID pbcgbhjiijkcconamckbikgncddgbmgp
URL Chính Thức https://chromewebstore.google.com/detail/easily-cache-cleaner/pbcgbhjiijkcconamckbikgncddgbmgp
Mô tả Use the toolbar button to quickly clear your browser's cache.
Kích Thước Tệp 84.18 KB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2022-05-21
Ngày Phát Hành 2022-05-20
Đánh Giá 4.95/5 Tổng số 59 Đánh Giá
Nhà Phát Triển fionapandora
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://worldaddons.com/easily-cache-cleaner/
URL Trang Trợ Giúp https://worldaddons.com/contact/
URL Trang Chính Sách Bảo Mật https://worldaddons.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}