History AutoDelete

Control Your History! Choose to Auto Delete Certain History and/or Auto Clean Older History

Was ist History AutoDelete?

History AutoDelete ist eine Chrome-Erweiterung, die von CAD Team entwickelt wurde, und ihr Hauptmerkmal ist "Control Your History! Choose to Auto Delete Certain History and/or Auto Clean Older History".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

History AutoDelete-Erweiterungs-CRX-Datei herunterladen

Laden Sie History AutoDelete-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

                        Control your history! This extension will let you pick a domain to be auto deleted from history. Useful for any site that likes to spawn a bunch of history entries (ex. Google Maps or Google Translate). Also you choose how long to keep history.

Main Features
- Set any domain's history to be auto deleted
- Import and Export your list of domains
- Keep history for X days (auto delete older history)
- Counts the total number history deleted
- Icon shows you how many times that domain's entries show up in your history
- Clear all history for a domain on demand
- Responsive and Sleek Settings Menu                    

Grundlegende Informationen zur Erweiterung

Name History AutoDelete History AutoDelete
ID bhfakmaiadhflpjloimlagikhodjiefj
Offizielle URL https://chromewebstore.google.com/detail/history-autodelete/bhfakmaiadhflpjloimlagikhodjiefj
Beschreibung Control Your History! Choose to Auto Delete Certain History and/or Auto Clean Older History
Dateigröße 773 KB
Installationsanzahl 7,708
Aktuelle Version 2.0.2
Letztes Update 2017-08-16
Veröffentlichungsdatum 2017-08-16
Bewertung 4.15/5 Insgesamt 26 Bewertungen
Entwickler CAD Team
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/mrdokenny/History-AutoDelete/
Hilfeseite URL https://github.com/mrdokenny/History-AutoDelete/issues
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "global_files\/browserDetect.js",
            "global_files\/browser-polyfill.js",
            "global_files\/redux.js",
            "global_files\/redux-thunk.js",
            "global_files\/redux-webext.js",
            "global_files\/shortid.js",
            "backgroundBundle.js"
        ]
    },
    "description": "Control Your History! Choose to Auto Delete Certain History and\/or Auto Clean Older History",
    "homepage_url": "https:\/\/github.com\/mrdokenny\/History-AutoDelete",
    "browser_action": {
        "default_icon": {
            "24": "icons\/icon_24.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png"
        },
        "default_title": "History AutoDelete",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "options_ui": {
        "page": "settings\/settings.html",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "history",
        "tabs",
        "storage",
        "alarms"
    ],
    "manifest_version": 2,
    "name": "History AutoDelete",
    "version": "2.0.2"
}