Cache Killer
Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click
Cache Killerคืออะไร?
Cache Killer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Semyon V และคุณลักษณะหลักของมันคือ "Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cache Killer
ดาวน์โหลดไฟล์ส่วนขยาย Cache Killer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cache Killer |
ID | mobkodffjnomdafehbljjphjaipbenpm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cache-killer/mobkodffjnomdafehbljjphjaipbenpm |
คำอธิบาย | Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click |
ขนาดไฟล์ | 53.45 KB |
จำนวนการติดตั้ง | 219 |
เวอร์ชันปัจจุบัน | 100 |
อัปเดตครั้งล่าสุด | 2023-12-02 |
วันที่เผยแพร่ | 2023-12-02 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Semyon V |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://telegra.ph/Cache-Killer-Privacy-Policy-11-29 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cache Killer", "version": "100", "manifest_version": 3, "description": "Automatically clear your browser cache before loading a page. Can be enabled\/disabled with a single mouse click", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_title": "Cache Killer disabled", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "background": { "service_worker": "background.js" }, "options_page": "options.html", "incognito": "split", "permissions": [ "activeTab", "storage", "browsingData", "webRequest" ], "host_permissions": [ "*:\/\/*\/*" ] } |