Clear Cache on Startup

This extension will clear the Browser Cache on every start of Chrome..

Clear Cache on Startupคืออะไร?

Clear Cache on Startup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jf และคุณลักษณะหลักของมันคือ "This extension will clear the Browser Cache on every start of Chrome.."

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

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

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

                        Clear Cache on Startup                    

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

ชื่อ Clear Cache on Startup Clear Cache on Startup
ID lalbnbdfdgiipfdjmdolakkljkghfhho
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/clear-cache-on-startup/lalbnbdfdgiipfdjmdolakkljkghfhho
คำอธิบาย This extension will clear the Browser Cache on every start of Chrome..
ขนาดไฟล์ 10.09 KB
จำนวนการติดตั้ง 8,250
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2018-05-23
วันที่เผยแพร่ 2018-05-23
ผู้พัฒนา jf
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.1",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "browsingData"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "manifest_version": 2
}