Cache Cleaner

Clear browser cache for the last week.

Cache Cleanerคืออะไร?

Cache Cleaner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Maxym Gorbenko และคุณลักษณะหลักของมันคือ "Clear browser cache for the last week."

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

screenshot
screenshot

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

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

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

                        Clear browser cache for the last week.                    

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

ชื่อ Cache Cleaner Cache Cleaner
ID ekcjobkhkmknjjfenofigfkncfjfdmjo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cache-cleaner/ekcjobkhkmknjjfenofigfkncfjfdmjo
คำอธิบาย Clear browser cache for the last week.
ขนาดไฟล์ 63.65 KB
จำนวนการติดตั้ง 847
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-05-10
วันที่เผยแพร่ 2017-05-10
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Maxym Gorbenko
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cache Cleaner",
    "short_name": "CC",
    "version": "1.0",
    "author": "Maxym Gorbenko",
    "description": "Clear browser cache for the last week.",
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "browsingData",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Clear cache!",
        "default_icon": "icons\/128x128.png"
    }
}