Ultimate History & Cache Cleaner

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

Ultimate History & Cache Cleanerคืออะไร?

Ultimate History & Cache Cleaner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shakelog.com และคุณลักษณะหลักของมันคือ "Automatically delete history and download history. Bundled a customizable & powerful manual clean button."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ultimate History & Cache Cleaner

ดาวน์โหลดไฟล์ส่วนขยาย Ultimate History & Cache Cleaner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ultimate History & Cache Cleaner Ultimate History & Cache Cleaner
ID coplgpbgjpljpkhbkkpllhlhogmhjcbd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ultimate-history-cache-cl/coplgpbgjpljpkhbkkpllhlhogmhjcbd
คำอธิบาย Automatically delete history and download history. Bundled a customizable & powerful manual clean button.
ขนาดไฟล์ 40.2 KB
จำนวนการติดตั้ง 333
เวอร์ชันปัจจุบัน 1.1.0.2
อัปเดตครั้งล่าสุด 2024-02-29
วันที่เผยแพร่ 2023-12-01
ผู้พัฒนา https://shakelog.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://shakelog.com/history-disabler/
ภาษาที่รองรับ 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"
    }
}