Chrome History Cleaner

Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.

Τι είναι το Chrome History Cleaner;

Το Chrome History Cleaner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον KarthiTech, και η κύρια λειτουργία του είναι "Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Chrome History Cleaner

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

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

                        Chrome History Cleaner extension clears only the browsing history automatically when the browser starts every time. This will not clear cookies, cache and passwords etc., to keep the user session alive.

You can schedule this extension to run every predefined time interval such as 5, 10, 15 minutes. You can select the time interval from the extension popup page.

Support for clearing the other browsing data will be added soon.                    

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

Όνομα Chrome History Cleaner Chrome History Cleaner
ID lebddibgdgkjheglmfpannlomiobdbhm
Επίσημο URL https://chromewebstore.google.com/detail/chrome-history-cleaner/lebddibgdgkjheglmfpannlomiobdbhm
Περιγραφή Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.
Μέγεθος Αρχείου 38.76 KB
Αριθμός Εγκαταστάσεων 11,058
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2021-09-09
Ημερομηνία Δημοσίευσης 2018-03-10
Αξιολόγηση 4.44/5 Συνολικά 18 Αξιολογήσεις
Προγραμματιστής KarthiTech
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome History Cleaner",
    "description": "Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.",
    "version": "1.0.3",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "incognito": "split",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Chrome History Cleaner",
        "default_popup": "popup.html"
    },
    "permissions": [
        "browsingData",
        "storage"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "bm.js"
        ]
    }
}