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
电子邮箱 [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"
    ]
}