History Blacklist

Blacklists URLs from entering Chrome's history.

Apa itu History Blacklist?

History Blacklist adalah ekstensi Chrome yang dikembangkan oleh smrq, dan fitur utamanya adalah "Blacklists URLs from entering Chrome's history.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi History Blacklist

Unduh file ekstensi History Blacklist dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama History Blacklist History Blacklist
ID dglhdhjfhaikplcgklplalmejcahjheo
URL Resmi https://chromewebstore.google.com/detail/history-blacklist/dglhdhjfhaikplcgklplalmejcahjheo
Deskripsi Blacklists URLs from entering Chrome's history.
Ukuran File 15.87 KB
Jumlah Instalasi 1,434
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2020-01-21
Tanggal Publikasi 2020-01-21
Penilaian 4.47/5 Total 15 Penilaian
Pengembang smrq
Tipe Pembayaran free
Situs Ekstensi https://github.com/smrq/chrome-history-blacklist
URL Halaman Bantuan https://github.com/smrq/chrome-history-blacklist/issues
Bahasa yang Didukung 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"
    ]
}