History Auto Deleter

Automatically delete your history!

History Auto Deleterคืออะไร?

History Auto Deleter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mazika และคุณลักษณะหลักของมันคือ "Automatically delete your history!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย History Auto Deleter

ดาวน์โหลดไฟล์ส่วนขยาย History Auto Deleter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Tired of having to go into incognito mode every time you want a little bit of privacy? Now you can keep certain things that you search for off the records!

- Automatically delete search history that contains words of your choosing
- You can delete history on demand, or by default it deletes when you restart chrome
- Can also delete history from the last minute, 10 minutes, 30 minutes, hour, or day

Thank you very much for installing this extension, all types of reviews and feedback are welcome!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ History Auto Deleter History Auto Deleter
ID ddochbhghahhjlcfglcfalgicpdepmba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/history-auto-deleter/ddochbhghahhjlcfglcfalgicpdepmba
คำอธิบาย Automatically delete your history!
ขนาดไฟล์ 10.88 KB
จำนวนการติดตั้ง 187
เวอร์ชันปัจจุบัน 1.01
อัปเดตครั้งล่าสุด 2020-12-15
วันที่เผยแพร่ 2020-12-13
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Mazika
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/remcalu/Chrome-History-Auto-Deleter
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Auto Deleter",
    "version": "1.01",
    "manifest_version": 2,
    "description": "Automatically delete your history!",
    "background": {
        "persistent": false,
        "scripts": [
            "options.js"
        ]
    },
    "permissions": [
        "storage",
        "history"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "64": "images\/image64.png"
        }
    },
    "icons": {
        "64": "images\/image64.png"
    }
}