Cache Cleaner

Easily clear browser's cache via toolbar popup.

Cache Cleanerคืออะไร?

Cache Cleaner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yubi และคุณลักษณะหลักของมันคือ "Easily clear browser's cache via toolbar popup."

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

screenshot

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

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

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

                        Cache Cleaner is an extension that helps you clear custom browsing data via the toolbar popup. Currently, there are 14 items available to clear (depending on your browser):

Cache, History, Cookies, Form Data, Downloads, WebSQL, Passwords, Plugin Data, App Cache, File Systems, Indexed DB, Local Storage, Service Workers, and Server Bound Certificates.

To work with this addon, please open toolbar popup UI, mark the desired item, and then click on the - Clean - button at the top left corner. The toolbar icon flashes while the addon is working to clean the selected items. Moreover, when the cleaning process ends, a desktop notification will show you what data has been cleared.

Note: there might be some disabled items in the toolbar popup. This is because your browser does not currently support these items in clear-browsing-data API. In the future, when the API is updated, these items might become available automatically.

Note: to report bugs, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/cache-cleaner.html).                    

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

ชื่อ Cache Cleaner Cache Cleaner
ID dlbokacakimelkoonlnbmpepoihfmehh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cache-cleaner/dlbokacakimelkoonlnbmpepoihfmehh
คำอธิบาย Easily clear browser's cache via toolbar popup.
ขนาดไฟล์ 36.61 KB
จำนวนการติดตั้ง 11,547
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2023-11-06
วันที่เผยแพร่ 2019-02-28
คะแนน 3.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Yubi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/cache-cleaner.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/cache-cleaner.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.4",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Cache Cleaner",
    "homepage_url": "https:\/\/mybrowseraddon.com\/cache-cleaner.html",
    "description": "Easily clear browser's cache via toolbar popup.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "browsingData",
        "notifications"
    ],
    "action": {
        "default_title": "Cache Cleaner",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}