History Auto-Eraser
History Auto-Eraser by Owlsee
History Auto-Eraserคืออะไร?
History Auto-Eraser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://owlsee.com และคุณลักษณะหลักของมันคือ "History Auto-Eraser by Owlsee"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย History Auto-Eraser
ดาวน์โหลดไฟล์ส่วนขยาย History Auto-Eraser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Add page's URL or whole site's URLs to ignore list, Auto-Eraser will erase the assigned browser history automatically. - Erase browser history automatically.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | History Auto-Eraser |
ID | nifjbfjmcncginckeohklpodpknneefh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/history-auto-eraser/nifjbfjmcncginckeohklpodpknneefh |
คำอธิบาย | History Auto-Eraser by Owlsee |
ขนาดไฟล์ | 79.23 KB |
จำนวนการติดตั้ง | 186 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2019-11-20 |
วันที่เผยแพร่ | 2019-11-19 |
คะแนน | 3.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://owlsee.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://reader.owlsee.com/legal |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "History Auto-Eraser", "description": "History Auto-Eraser by Owlsee", "version": "1.2", "options_ui": { "page": "html\/options.html", "chrome_style": true }, "browser_action": { "default_icon": { "16": "img\/logo_16.png", "48": "img\/logo_48.png", "128": "img\/logo_128.png" }, "default_popup": "html\/popup.html", "default_title": "History Auto-Eraser" }, "background": { "scripts": [ "js\/vendor.js", "js\/background.js" ] }, "permissions": [ "storage", "history", "tabs" ] } |