Ultimate History & Cache Cleaner

Automatically delete history and download history. Bundled a customizable & powerful manual clean button.

Ultimate History & Cache Cleaner là gì?

Ultimate History & Cache Cleaner là một tiện ích mở rộng Chrome được phát triển bởi https://shakelog.com, và tính năng chính của nó là "Automatically delete history and download history. Bundled a customizable & powerful manual clean button.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Ultimate History & 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

                        This chrome extension deletes history and download history automatically. It requires less user interaction and features simple operation.

Features:
1. Keep browsing history cleaned automatically
2. Delete download history when download is completed or canceled
3. Manual clean button can be fully customizable (Deletion Data Type, Domain Whitelist)

This extension does not collect any user data. Use the following permissions to delete history data and save preferences. 
- history, downloads, storage, browsingData                    

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

Tên Ultimate History & Cache Cleaner Ultimate History & Cache Cleaner
ID coplgpbgjpljpkhbkkpllhlhogmhjcbd
URL Chính Thức https://chromewebstore.google.com/detail/ultimate-history-cache-cl/coplgpbgjpljpkhbkkpllhlhogmhjcbd
Mô tả Automatically delete history and download history. Bundled a customizable & powerful manual clean button.
Kích Thước Tệp 40.2 KB
Số Lần Cài Đặt 333
Phiên Bản Hiện Tại 1.1.0.2
Cập Nhật Lần Cuối 2024-02-29
Ngày Phát Hành 2023-12-01
Nhà Phát Triển https://shakelog.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://shakelog.com/history-disabler/
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.1.0.2",
    "default_locale": "en",
    "permissions": [
        "history",
        "downloads",
        "storage",
        "browsingData"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "icons": {
        "128": "\/img\/icon128.png",
        "48": "\/img\/icon48.png",
        "16": "\/img\/icon16.png"
    },
    "action": {
        "default_title": "Clear Browsing Data"
    }
}