History Clear
Auto clear browsing history
History Clearคืออะไร?
History Clear เป็นส่วนขยายของ Chrome ที่พัฒนาโดย z.houbin.site และคุณลักษณะหลักของมันคือ "Auto clear browsing history"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย History Clear
ดาวน์โหลดไฟล์ส่วนขยาย History Clear ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Plugins will automatically clean up historical records, like no trace mode.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | History Clear |
ID | lclebgjianobbenbgmcbpeohnjfaklfo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/history-clear/lclebgjianobbenbgmcbpeohnjfaklfo |
คำอธิบาย | Auto clear browsing history |
ขนาดไฟล์ | 15.55 KB |
จำนวนการติดตั้ง | 49 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2023-04-11 |
วันที่เผยแพร่ | 2018-09-26 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | z.houbin.site |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Clear", "version": "1.1", "manifest_version": 3, "description": "Auto clear browsing history", "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "browsingData", "alarms" ] } |