Easily Cache Cleaner

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

Easily Cache Cleanerคืออะไร?

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

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}