History Blacklist

Blacklists URLs from entering Chrome's history.

Was ist History Blacklist?

History Blacklist ist eine Chrome-Erweiterung, die von smrq entwickelt wurde, und ihr Hauptmerkmal ist "Blacklists URLs from entering Chrome's history.".

Erweiterungsscreenshots

screenshot

History Blacklist-Erweiterungs-CRX-Datei herunterladen

Laden Sie History Blacklist-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name History Blacklist History Blacklist
ID dglhdhjfhaikplcgklplalmejcahjheo
Offizielle URL https://chromewebstore.google.com/detail/history-blacklist/dglhdhjfhaikplcgklplalmejcahjheo
Beschreibung Blacklists URLs from entering Chrome's history.
Dateigröße 15.87 KB
Installationsanzahl 1,434
Aktuelle Version 1.0.1
Letztes Update 2020-01-21
Veröffentlichungsdatum 2020-01-21
Bewertung 4.47/5 Insgesamt 15 Bewertungen
Entwickler smrq
Zahlungsart free
Erweiterungswebsite https://github.com/smrq/chrome-history-blacklist
Hilfeseite URL https://github.com/smrq/chrome-history-blacklist/issues
Unterstützte Sprachen 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"
    ]
}