History Auto Deleter

Automatically delete your history!

History Auto Deleter là gì?

History Auto Deleter là một tiện ích mở rộng Chrome được phát triển bởi Mazika, và tính năng chính của nó là "Automatically delete your history!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng History Auto Deleter

Tải xuống các tệp mở rộng History Auto Deleter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên History Auto Deleter History Auto Deleter
ID ddochbhghahhjlcfglcfalgicpdepmba
URL Chính Thức https://chromewebstore.google.com/detail/history-auto-deleter/ddochbhghahhjlcfglcfalgicpdepmba
Mô tả Automatically delete your history!
Kích Thước Tệp 10.88 KB
Số Lần Cài Đặt 187
Phiên Bản Hiện Tại 1.01
Cập Nhật Lần Cuối 2020-12-15
Ngày Phát Hành 2020-12-13
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Mazika
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/remcalu/Chrome-History-Auto-Deleter
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}