History Blacklist

Blacklists URLs from entering Chrome's history.

Vad är History Blacklist?

History Blacklist är en Chrome-tillägg utvecklad av smrq, och dess huvudfunktion är "Blacklists URLs from entering Chrome's history.".

Tilläggsskärmbilder

screenshot

Ladda ner History Blacklist-förlängningens CRX-fil

Ladda ner History Blacklist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn History Blacklist History Blacklist
ID dglhdhjfhaikplcgklplalmejcahjheo
Officiell webbadress https://chromewebstore.google.com/detail/history-blacklist/dglhdhjfhaikplcgklplalmejcahjheo
Beskrivning Blacklists URLs from entering Chrome's history.
Filstorlek 15.87 KB
Antal Installationer 1,434
Aktuell Version 1.0.1
Senast Uppdaterad 2020-01-21
Publiceringsdatum 2020-01-21
Betyg 4.47/5 Totalt 15 Betyg
Utvecklare smrq
Betalningssätt free
Tilläggswebbplats https://github.com/smrq/chrome-history-blacklist
Hjälpsida URL https://github.com/smrq/chrome-history-blacklist/issues
Stödda Språk 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"
    ]
}