History Blacklist

Blacklists URLs from entering Chrome's history.

什么是History Blacklist?

History Blacklist是由smrq开发的Chrome扩展程序,该扩展的主要功能是“Blacklists URLs from entering Chrome's history.”。

扩展截图

screenshot

下载History Blacklist扩展crx文件

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

扩展使用说明

                        Blacklists URLs from entering Chrome's history. When you navigate to any URL that matches any of the blacklisted patterns that you provide, this extension will immediately remove that URL from your history.                    

扩展基本信息

名称 History Blacklist History Blacklist
ID dglhdhjfhaikplcgklplalmejcahjheo
官方URL https://chromewebstore.google.com/detail/history-blacklist/dglhdhjfhaikplcgklplalmejcahjheo
简介 Blacklists URLs from entering Chrome's history.
文件大小 15.87 KB
安装次数 1,434
当前版本 1.0.1
更新时间 2020-01-21
上架时间 2020-01-21
评分 4.47/5 共15次评分
开发者 smrq
付费类型 free
扩展官网 https://github.com/smrq/chrome-history-blacklist
帮助页面URL https://github.com/smrq/chrome-history-blacklist/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "History Blacklist",
    "version": "1.0.1",
    "description": "Blacklists URLs from entering Chrome's history.",
    "icons": {
        "16": "images\/icon-16px.png",
        "32": "images\/icon-32px.png",
        "48": "images\/icon-48px.png",
        "64": "images\/icon-64px.png",
        "128": "images\/icon-128px.png",
        "192": "images\/icon-192px.png"
    },
    "author": "Greg Smith ",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "homepage_url": "https:\/\/github.com\/smrq\/chrome-history-blacklist",
    "options_page": "options.html",
    "permissions": [
        "history",
        "storage"
    ]
}