History Blacklist

Blacklists URLs from entering Chrome's history.

Hvad er History Blacklist?

History Blacklist er en Chrome-udvidelse udviklet af smrq, og dens hovedfunktion er "Blacklists URLs from entering Chrome's history.".

Udvidelsesskærmbilleder

screenshot

Download History Blacklist-udvidelses-CRX-fil

Download History Blacklist-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn History Blacklist History Blacklist
ID dglhdhjfhaikplcgklplalmejcahjheo
Officiel URL https://chromewebstore.google.com/detail/history-blacklist/dglhdhjfhaikplcgklplalmejcahjheo
Beskrivelse Blacklists URLs from entering Chrome's history.
Filstørrelse 15.87 KB
Antal Installationer 1,434
Nuværende Version 1.0.1
Senest Opdateret 2020-01-21
Udgivelsesdato 2020-01-21
Bedømmelse 4.47/5 Samlet 15 Bedømmelser
Udvikler smrq
Betalingsmetode free
Udvidelseswebsted https://github.com/smrq/chrome-history-blacklist
Hjælpeside-URL https://github.com/smrq/chrome-history-blacklist/issues
Understøttede Sprog 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"
    ]
}