Chrome History Cleaner
Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.
Chrome History Cleanerคืออะไร?
Chrome History Cleaner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย KarthiTech และคุณลักษณะหลักของมันคือ "Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome History Cleaner
ดาวน์โหลดไฟล์ส่วนขยาย Chrome History Cleaner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome History Cleaner extension clears only the browsing history automatically when the browser starts every time. This will not clear cookies, cache and passwords etc., to keep the user session alive. You can schedule this extension to run every predefined time interval such as 5, 10, 15 minutes. You can select the time interval from the extension popup page. Support for clearing the other browsing data will be added soon.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chrome History Cleaner |
ID | lebddibgdgkjheglmfpannlomiobdbhm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chrome-history-cleaner/lebddibgdgkjheglmfpannlomiobdbhm |
คำอธิบาย | Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically. |
ขนาดไฟล์ | 38.76 KB |
จำนวนการติดตั้ง | 11,058 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2021-09-09 |
วันที่เผยแพร่ | 2018-03-10 |
คะแนน | 4.44/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | KarthiTech |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome History Cleaner", "description": "Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.", "version": "1.0.3", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "incognito": "split", "browser_action": { "default_icon": "icon.png", "default_title": "Chrome History Cleaner", "default_popup": "popup.html" }, "permissions": [ "browsingData", "storage" ], "background": { "scripts": [ "jquery.min.js", "bm.js" ] } } |