Clear Cache

Clears your cache and browsing data with a click of a button

Clear Cacheคืออะไร?

Clear Cache เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel Lvovsky และคุณลักษณะหลักของมันคือ "Clears your cache and browsing data with a click of a button"

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

screenshot
screenshot
screenshot

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

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

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

                        Clear Cache helps you clear cache data, browsing history and much more with a single click of a button. Clear Cache also allows you to set what you want to clear with an options menu where you can choose what you want to be cleared and from what time period. More features will be added in the future.

Enjoy!                    

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

ชื่อ Clear Cache Clear Cache
ID appfmjhoobioppbehccakejenccnlfbi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clear-cache/appfmjhoobioppbehccakejenccnlfbi
คำอธิบาย Clears your cache and browsing data with a click of a button
ขนาดไฟล์ 69.3 KB
จำนวนการติดตั้ง 1,387
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-05-18
วันที่เผยแพร่ 2020-05-15
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Daniel Lvovsky
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Cache",
    "version": "1.0.0",
    "description": "Clears your cache and browsing data with a click of a button",
    "minimum_chrome_version": "19",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "page": "backgroundpage.html"
    },
    "browser_action": {
        "default_icon": "img\/icon_19.png",
        "default_title": "Clear Cache"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "browsingData",
        "cookies"
    ]
}