Clear History

Quickly clears the browser history.

Τι είναι το Clear History;

Το Clear History είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mike Frysinger, και η κύρια λειτουργία του είναι "Quickly clears the browser history.".

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

screenshot
screenshot

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

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

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

                        Automatically clear all history, or expire old entries while preserving the most recent!

Feel free to review the extension source at the homepage linked on the right.                    

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

Όνομα Clear History Clear History
ID kihobnjokffgdfnhjdfiaibalbgfolic
Επίσημο URL https://chromewebstore.google.com/detail/clear-history/kihobnjokffgdfnhjdfiaibalbgfolic
Περιγραφή Quickly clears the browser history.
Μέγεθος Αρχείου 33.48 KB
Αριθμός Εγκαταστάσεων 3,555
Τρέχουσα Έκδοση 2.0.0
Τελευταία Ενημέρωση 2022-10-10
Ημερομηνία Δημοσίευσης 2016-02-28
Αξιολόγηση 3.97/5 Συνολικά 30 Αξιολογήσεις
Προγραμματιστής Mike Frysinger
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://git.wh0rd.org/chrome-ext/clearhistory-advance-fork.git
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "default_locale": "en",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "version": "2.0.0",
    "description": "__MSG_description__",
    "permissions": [
        "alarms",
        "history",
        "cookies",
        "downloads",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "javascript\/clearhistory.js",
        "type": "module"
    },
    "options_page": "views\/options.html",
    "action": {
        "default_icon": "images\/icon32.png",
        "default_title": "__MSG_title__",
        "default_popup": "views\/popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}