One Click Clear Cache

clear cache with one click

One Click Clear Cacheคืออะไร?

One Click Clear Cache เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Salman Tariq และคุณลักษณะหลักของมันคือ "clear cache with one click"

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

screenshot

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

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

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

                        Clear cache with just one click, you don't have to search for browser settings or right options to clear your browser cache, they are all here, just click on the extension icon and choose the options Best suited for you.                    

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

ชื่อ One Click Clear Cache One Click Clear Cache
ID mdlbedpjjbmheepjjfnlalbdbekphbmf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/one-click-clear-cache/mdlbedpjjbmheepjjfnlalbdbekphbmf
คำอธิบาย clear cache with one click
ขนาดไฟล์ 47.62 KB
จำนวนการติดตั้ง 268
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-01-30
วันที่เผยแพร่ 2021-01-29
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Salman Tariq
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "One Click Clear Cache",
    "description": "clear cache with one click",
    "version": "1.0",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_popup": "options.html",
        "default_title": "Clear Cache"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "browsingData",
        "storage"
    ]
}