History Blacklist

Blacklists URLs from entering Chrome's history.

Qu'est-ce que History Blacklist ?

History Blacklist est une extension Chrome développée par smrq, et sa fonction principale est "Blacklists URLs from entering Chrome's history.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension History Blacklist

Téléchargez les fichiers d'extension History Blacklist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom History Blacklist History Blacklist
ID dglhdhjfhaikplcgklplalmejcahjheo
URL Officiel https://chromewebstore.google.com/detail/history-blacklist/dglhdhjfhaikplcgklplalmejcahjheo
Description Blacklists URLs from entering Chrome's history.
Taille du Fichier 15.87 KB
Nombre d'Installations 1,434
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-01-21
Date de Publication 2020-01-21
Évaluation 4.47/5 Total 15 Évaluations
Développeur smrq
Type de Paiement free
Site Web de l'Extension https://github.com/smrq/chrome-history-blacklist
URL de la Page d'Aide https://github.com/smrq/chrome-history-blacklist/issues
Langues Prises en Charge 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"
    ]
}