Clean Cache:Cookies History, Cached & Files
Easily clears all of the data that clogs up your memory & battery: cookies, browsing history, cached images & files, and more!
Clean Cache:Cookies History, Cached & Filesคืออะไร?
Clean Cache:Cookies History, Cached & Files เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cache Cleaner และคุณลักษณะหลักของมันคือ "Easily clears all of the data that clogs up your memory & battery: cookies, browsing history, cached images & files, and more!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clean Cache:Cookies History, Cached & Files
ดาวน์โหลดไฟล์ส่วนขยาย Clean Cache:Cookies History, Cached & Files ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Clear your cache, browsing data, and more with a single click of a button. Don't forget to leave a 5-Star review! New Features Added on 12/7/22! 1. A checkbox which will be checked by default. If it is checked then the cache will be cleared for the current domain only on which this action was taken. 2. A Text area option where users can enter the list of domains on which they don't want data to be cleared like Cache, Cookies & Storage. ✅ How-To Use: 1.) Pin our extension in the extension bar 2.) Click our extension logo icon in the extension bar 3.) Click "Advanced Options" 4.) Sort through what settings you want to be cleared 5.) Click "Clean Cache" button in advanced settings or click extension icon and click the big circle with a checkmark in a circle to clean your cache 6.) Thats it! Option to: - Close other tabs before cleaning - Allow clearing of fixed tabs - Automatically clean your cache when you click the extension icon logo - Automatically close your browser once the cleanup has been completed. Data that can be removed: ✅ Application Cache - Clears website app cache data ✅ Cached Images & Files - Clears the browser cache ✅ Cached Storage - Clears browser's cache storage ✅ Cookies - Clears the browser cookies modified within a particular timeframe ✅ Download History - Clears the browser list of downloaded files (not the downloaded files themselves) ✅ Browsing History - Clears the browser history ✅ Website File System - Clears website file system data ✅ IndexedDB Data - Clears website IndexedDB data ✅ Local Storage Data - Clears website local storage data ✅ Service Workers Clears services running in the background. ✅ Saved Passwords - Clears the browser stored passwords ✅ Web SQL Data - Clears website WebSQL data *In order to clear all of this data, this extension will require extended permissions. If you have any questions, feel free to post them in the feedback section. - PLEASE write in the support tab and even send me an email (best for quickest reply) if there are any issues! That would be much better than putting a low quality review as everything is fixable! :) 🌟 It is free to download and use! 🌟
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Clean Cache:Cookies History, Cached & Files |
ID | jcjbmjhjgflfbcilklndgmhgampgdmnk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/clean-cachecookies-histor/jcjbmjhjgflfbcilklndgmhgampgdmnk |
คำอธิบาย | Easily clears all of the data that clogs up your memory & battery: cookies, browsing history, cached images & files, and more! |
ขนาดไฟล์ | 193 KB |
จำนวนการติดตั้ง | 395 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2022-12-10 |
วันที่เผยแพร่ | 2021-12-16 |
คะแนน | 3.87/5 รวมทั้งหมด 23 คะแนน |
ผู้พัฒนา | Cache Cleaner |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://videodownloaderforfb.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.2", "manifest_version": 3, "offline_enabled": true, "name": "Clean Cache:Cookies History, Cached & Files", "description": "Easily clears all of the data that clogs up your memory & battery: cookies, browsing history, cached images & files, and more!", "icons": { "32": "icons\/icon32.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png", "156": "icons\/icon156.png", "196": "icons\/icon196.png", "256": "icons\/icon256.png", "512": "icons\/icon512.png" }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "options.html" }, "permissions": [ "browsingData", "storage", "notifications", "tabs" ] } |