History Blacklist

Blacklists URLs from entering Chrome's history.

Cos'è History Blacklist?

History Blacklist è un'estensione di Chrome sviluppata da smrq, e la sua funzione principale è "Blacklists URLs from entering Chrome's history.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione History Blacklist

Scarica i file di estensione History Blacklist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome History Blacklist History Blacklist
ID dglhdhjfhaikplcgklplalmejcahjheo
URL Ufficiale https://chromewebstore.google.com/detail/history-blacklist/dglhdhjfhaikplcgklplalmejcahjheo
Descrizione Blacklists URLs from entering Chrome's history.
Dimensione del File 15.87 KB
Conteggio Installazioni 1,434
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-01-21
Data di Pubblicazione 2020-01-21
Valutazione 4.47/5 Totale 15 Valutazioni
Sviluppatore smrq
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/smrq/chrome-history-blacklist
URL della Pagina di Aiuto https://github.com/smrq/chrome-history-blacklist/issues
Lingue Supportate 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"
    ]
}