History Blacklist

Blacklists URLs from entering Chrome's history.

History Blacklist là gì?

History Blacklist là một tiện ích mở rộng Chrome được phát triển bởi smrq, và tính năng chính của nó là "Blacklists URLs from entering Chrome's history.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng History Blacklist

Tải xuống các tệp mở rộng History Blacklist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên History Blacklist History Blacklist
ID dglhdhjfhaikplcgklplalmejcahjheo
URL Chính Thức https://chromewebstore.google.com/detail/history-blacklist/dglhdhjfhaikplcgklplalmejcahjheo
Mô tả Blacklists URLs from entering Chrome's history.
Kích Thước Tệp 15.87 KB
Số Lần Cài Đặt 1,434
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-01-21
Ngày Phát Hành 2020-01-21
Đánh Giá 4.47/5 Tổng số 15 Đánh Giá
Nhà Phát Triển smrq
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/smrq/chrome-history-blacklist
URL Trang Trợ Giúp https://github.com/smrq/chrome-history-blacklist/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}