History Auto-Eraser

History Auto-Eraser by Owlsee

什麼是History Auto-Eraser?

History Auto-Eraser是由https://owlsee.com開發的Chrome擴展程式,該擴展的主要功能是“History Auto-Eraser by Owlsee”。

擴展截圖

screenshot
screenshot

下載History Auto-Eraser擴展crx文件

下載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 History Auto-Eraser
ID nifjbfjmcncginckeohklpodpknneefh
官方網址 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"
    ]
}