Easy Clean
Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.
Easy Cleanคืออะไร?
Easy Clean เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Raz1ner และคุณลักษณะหลักของมันคือ "Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Clean
ดาวน์โหลดไฟล์ส่วนขยาย Easy Clean ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
One-click quick cleanup of browser cache, with automatic cache clearance upon closing the browser to ensure the security of your privacy. The extension contains no advertisements or pop-ups that affect user experience. It is clean and open-source. Features - One-click cache clearance - Customizable cleanup items - Domain whitelist (exclude specified domains from clearing cookies) - Automatic cleanup upon closing the browser
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Easy Clean |
ID | bjpclojdgakmcjmfdgiodjgfncaejaki |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/easy-clean/bjpclojdgakmcjmfdgiodjgfncaejaki |
คำอธิบาย | Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security. |
ขนาดไฟล์ | 64.13 KB |
จำนวนการติดตั้ง | 1,040 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2024-01-10 |
วันที่เผยแพร่ | 2024-01-10 |
คะแนน | 5.00/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | Raz1ner |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://dev-coco.github.io/post/Easy-Clean-EN/ |
URL หน้านโยบายความเป็นส่วนตัว | https://dev-coco.github.io/post/Easy-Clean-Privacy-Policy-EN |
ภาษาที่รองรับ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Easy Clean", "description": "__MSG_extDesc__", "default_locale": "en", "author": "Raz1ner", "version": "1.0.0", "action": { "default_popup": "html\/popup.html", "default_icon": "icon\/icon.png" }, "icons": { "128": "icon\/icon.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "cookies", "storage", "windows", "browsingData" ], "host_permissions": [ "*:\/\/*\/*" ] } |