History Auto Deleter

Automatically delete your history!

什麼是History Auto Deleter?

History Auto Deleter是由Mazika開發的Chrome擴展程式,該擴展的主要功能是“Automatically delete your history!”。

擴展截圖

screenshot
screenshot

下載History Auto Deleter擴展crx文件

下載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
官方網址 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"
    }
}