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
官方網址 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"
    ]
}