History Eraser

Erase Browser History, Hold CTRL key and click the extension icon for Setting

History Eraserとは何ですか?

History Eraserはhiatamaworkshopによって開発されたChromeの拡張機能で、その主な機能は「Erase Browser History, Hold CTRL key and click the extension icon for Setting」です。

拡張機能のスクリーンショット

screenshot

History Eraser拡張機能のCRXファイルをダウンロード

History Eraser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Erases Browser History.
Click the icon on the browser and it will erase the browser history according to the setting.


**IMPORTANT**
You need to give the setting to the extension first.
Hold 'CTRL key' and click the extension icon, and it should open the setting page. If it does not, make sure you are on the web page that allows Chrome Extensions generally, even that doesn't work, the extension is not compatible with your machine, sorry.                    

拡張機能の基本情報

名前 History Eraser History Eraser
ID pinefodogpimpgfepkmkbppkiofoioae
公式URL https://chrome.google.com/webstore/detail/history-eraser/pinefodogpimpgfepkmkbppkiofoioae
説明 Erase Browser History, Hold CTRL key and click the extension icon for Setting
ファイルサイズ 12.32 KB
インストール数 234
現在のバージョン 0.1.1
最終更新日 2019-06-19
公開日 2019-06-19
開発者 hiatamaworkshop
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Eraser",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Erase Browser History, Hold CTRL key and click the extension icon for Setting",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "history.html",
        "default_icon": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "content.js"
    ],
    "permissions": [
        "tabs",
        "storage",
        "browsingData"
    ]
}