History Auto Deleter

Automatically delete your history!

Wat is History Auto Deleter?

History Auto Deleter is een Chrome-extensie ontwikkeld door Mazika, en de belangrijkste functie is "Automatically delete your history!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie History Auto Deleter

Download History Auto Deleter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Tired of having to go into incognito mode every time you want a little bit of privacy? Now you can keep certain things that you search for off the records!

- Automatically delete search history that contains words of your choosing
- You can delete history on demand, or by default it deletes when you restart chrome
- Can also delete history from the last minute, 10 minutes, 30 minutes, hour, or day

Thank you very much for installing this extension, all types of reviews and feedback are welcome!                    

Basisinformatie over de Extensie

Naam History Auto Deleter History Auto Deleter
ID ddochbhghahhjlcfglcfalgicpdepmba
Officiële URL https://chromewebstore.google.com/detail/history-auto-deleter/ddochbhghahhjlcfglcfalgicpdepmba
Beschrijving Automatically delete your history!
Bestandsgrootte 10.88 KB
Aantal Installaties 187
Huidige Versie 1.01
Laatst Bijgewerkt 2020-12-15
Publicatiedatum 2020-12-13
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Mazika
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/remcalu/Chrome-History-Auto-Deleter
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Auto Deleter",
    "version": "1.01",
    "manifest_version": 2,
    "description": "Automatically delete your history!",
    "background": {
        "persistent": false,
        "scripts": [
            "options.js"
        ]
    },
    "permissions": [
        "storage",
        "history"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "64": "images\/image64.png"
        }
    },
    "icons": {
        "64": "images\/image64.png"
    }
}