Clear History

Quickly clears the browser history.

什么是Clear History?

Clear History是由Mike Frysinger开发的Chrome扩展程序,该扩展的主要功能是“Quickly clears the browser history.”。

扩展截图

screenshot
screenshot

下载Clear History扩展crx文件

下载Clear History扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Automatically clear all history, or expire old entries while preserving the most recent!

Feel free to review the extension source at the homepage linked on the right.                    

扩展基本信息

名称 Clear History Clear History
ID kihobnjokffgdfnhjdfiaibalbgfolic
官方URL https://chromewebstore.google.com/detail/clear-history/kihobnjokffgdfnhjdfiaibalbgfolic
简介 Quickly clears the browser history.
文件大小 33.48 KB
安装次数 3,555
当前版本 2.0.0
更新时间 2022-10-10
上架时间 2016-02-28
评分 3.97/5 共30次评分
开发者 Mike Frysinger
电子邮箱 [email protected]
付费类型 free
扩展官网 https://git.wh0rd.org/chrome-ext/clearhistory-advance-fork.git
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "default_locale": "en",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "version": "2.0.0",
    "description": "__MSG_description__",
    "permissions": [
        "alarms",
        "history",
        "cookies",
        "downloads",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "javascript\/clearhistory.js",
        "type": "module"
    },
    "options_page": "views\/options.html",
    "action": {
        "default_icon": "images\/icon32.png",
        "default_title": "__MSG_title__",
        "default_popup": "views\/popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}