Clear Site Data
Clear current or all site data (cache, storage, etc).
Clear Site Dataคืออะไร?
Clear Site Data เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://guokai.dev และคุณลักษณะหลักของมันคือ "Clear current or all site data (cache, storage, etc)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clear Site Data
ดาวน์โหลดไฟล์ส่วนขยาย Clear Site Data ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When you click this extension icon, it will show you the storage used info of current (https) site. You can clear data for current site or all web sites, including these data types: Cache ● Browser Cache ● Cache Storage Storage ● Local Storage ● IndexedDB ● Web SQL ● Cookies ● Service Workers ● File Systems Others (only when select for all web sites) ● Download List ● Visited History ● Stored Form Data ● Stored Passwords When you select clearing data for all web sites, you can add excluded origins which are excluded from deletion. Note: [1]. Origin format:"://" [ ":" ]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Clear Site Data |
ID | aihgofjefdlhpnmeakpnjjeajofpcbhj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/clear-site-data/aihgofjefdlhpnmeakpnjjeajofpcbhj |
คำอธิบาย | Clear current or all site data (cache, storage, etc). |
ขนาดไฟล์ | 11.13 KB |
จำนวนการติดตั้ง | 8,335 |
เวอร์ชันปัจจุบัน | 0.0.9 |
อัปเดตครั้งล่าสุด | 2022-08-23 |
วันที่เผยแพร่ | 2020-03-15 |
คะแนน | 4.56/5 รวมทั้งหมด 27 คะแนน |
ผู้พัฒนา | https://guokai.dev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://guokai.dev/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clear Site Data", "version": "0.0.9", "author": "Guokai Han", "manifest_version": 3, "description": "Clear current or all site data (cache, storage, etc).", "offline_enabled": true, "permissions": [ "storage", "browsingData", "scripting", "activeTab" ], "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "action": { "default_popup": "popup.html" } } |