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
公式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
Eメール [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"
    ]
}