History Blocker by Site

prevents the logging of specified websites

Was ist History Blocker by Site?

History Blocker by Site ist eine Chrome-Erweiterung, die von Frosation entwickelt wurde, und ihr Hauptmerkmal ist "prevents the logging of specified websites".

Erweiterungsscreenshots

screenshot

History Blocker by Site-Erweiterungs-CRX-Datei herunterladen

Laden Sie History Blocker by Site-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

                        *coded by CZ*

Black lists specified websites from being logged into history.

- Supports wildcard (*) for domains
- Disregards www's and protocols (http, https, etc)
- Disregards path

Feel free to suggest any design, ui, or feature improvements
(fully aware the current icon looks abysmal)



__________________________________________

v1.2 - 18.08-2016:
-fixed logic: *.site.com now matches site.com

v1.1 - 17.08.2016: 
-added pointless copyright notice

v1.0 - 16.08.2016: 
-initial                    

Grundlegende Informationen zur Erweiterung

Name History Blocker by Site History Blocker by Site
ID keamekimefemnbgegbfkdkmbomaahfai
Offizielle URL https://chromewebstore.google.com/detail/history-blocker-by-site/keamekimefemnbgegbfkdkmbomaahfai
Beschreibung prevents the logging of specified websites
Dateigröße 22.96 KB
Installationsanzahl 6,291
Aktuelle Version 1.2
Letztes Update 2017-10-02
Veröffentlichungsdatum 2017-10-02
Bewertung 2.75/5 Insgesamt 68 Bewertungen
Entwickler Frosation
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Blocker by Site",
    "short_name": "History Blocker",
    "description": "prevents the logging of specified websites",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "45",
    "background": {
        "scripts": [
            "backg.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "img\/filter16.png",
        "48": "img\/filter48.png",
        "128": "img\/filter128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/filter19.png",
            "39": "img\/filter38.png"
        },
        "default_title": "Configure Options"
    },
    "options_page": "options\/options.html",
    "permissions": [
        "background",
        "history",
        "storage"
    ]
}