Autodelete History by Keywords or URL

Auto-delete your browser history & downloads based on custom keywords.

Τι είναι το Autodelete History by Keywords or URL;

Το Autodelete History by Keywords or URL είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Glen Chiacchieri, και η κύρια λειτουργία του είναι "Auto-delete your browser history & downloads based on custom keywords.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Autodelete History by Keywords or URL

Λήψη αρχείων επέκτασης Autodelete History by Keywords or URL σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Sometimes Incognito just isn't enough. This extension will automatically delete sites in your browser history based on keywords you specify.

Never be embarrassed by your browser history again!

Just enter the keywords you want to be deleted on the settings page. If you visit a site with any of those keywords in the title or URL it won't show in your browser history. Downloads that match those keywords will also be automatically removed from your history (but the file won't be deleted).

This extension is completely private and doesn't store any data about you or the sites you visit. It also doesn't modify any of the sites you visit.

Up to 2 keywords are absolutely free to use forever but if you want unlimited keywords there is $10 one-time charge. This is to be able to make it worthwhile to keep developing and maintaining the extension — it's a lot of work to make good extensions!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Autodelete History by Keywords or URL Autodelete History by Keywords or URL
ID polggcnmaapkikfinkghdnjobnemolim
Επίσημο URL https://chromewebstore.google.com/detail/autodelete-history-by-key/polggcnmaapkikfinkghdnjobnemolim
Περιγραφή Auto-delete your browser history & downloads based on custom keywords.
Μέγεθος Αρχείου 71.12 KB
Αριθμός Εγκαταστάσεων 366
Τρέχουσα Έκδοση 1.5
Τελευταία Ενημέρωση 2023-02-10
Ημερομηνία Δημοσίευσης 2021-08-03
Αξιολόγηση 2.60/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Glen Chiacchieri
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autodelete History by Keywords or URL",
    "description": "Auto-delete your browser history & downloads based on custom keywords.",
    "version": "1.5",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "build\/background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_title": "Autodelete History by Keywords settings"
    },
    "permissions": [
        "storage",
        "notifications",
        "downloads",
        "history"
    ]
}