History Blacklist

Blacklists URLs from entering Chrome's history.

Wat is History Blacklist?

History Blacklist is een Chrome-extensie ontwikkeld door smrq, en de belangrijkste functie is "Blacklists URLs from entering Chrome's history.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie History Blacklist

Download History Blacklist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam History Blacklist History Blacklist
ID dglhdhjfhaikplcgklplalmejcahjheo
Officiële URL https://chromewebstore.google.com/detail/history-blacklist/dglhdhjfhaikplcgklplalmejcahjheo
Beschrijving Blacklists URLs from entering Chrome's history.
Bestandsgrootte 15.87 KB
Aantal Installaties 1,434
Huidige Versie 1.0.1
Laatst Bijgewerkt 2020-01-21
Publicatiedatum 2020-01-21
Beoordeling 4.47/5 Totaal 15 Beoordelingen
Ontwikkelaar smrq
Betalingswijze free
Extensiewebsite https://github.com/smrq/chrome-history-blacklist
Help Pagina-URL https://github.com/smrq/chrome-history-blacklist/issues
Ondersteunde Talen 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"
    ]
}