Browser History Plus

Browser History Plus replaces the default browser history and offers additional controls to manage and browse history with ease.

Τι είναι το Browser History Plus;

Το Browser History Plus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://browserhistory.net, και η κύρια λειτουργία του είναι "Browser History Plus replaces the default browser history and offers additional controls to manage and browse history with ease.".

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

screenshot
screenshot

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

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

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

                        Browser History Plus is designed to improve the way users browse and manage their browsing history. It replaces the default browser history and offers additional controls to manage and browse history with ease. The extension is designed to cater to users who have a lot of browsing history and find it difficult to navigate through it.

Our extension offers a calendar view that allows users to see their browsing history in a more intuitive way. Users can select a date and view all the websites they visited during that day. The calendar view is a great way to quickly navigate through history and find the websites you visited on a specific day.

Browser History Plus also offers a section to clean cache, history, downloads, cookies, and other Chrome browsing data. Users can quickly delete their browsing data without having to navigate through different menus and options. The section also offers customizable cleaning options, allowing users to delete only the data they want.

The extension also offers an advanced search feature that allows users to search their browsing history using keywords. Users can search for a specific website or a keyword and quickly find relevant results. The search feature makes it easy to find websites that you visited a long time ago.

Browser History Plus is a comprehensive tool that offers more control and customization options to manage and browse your browsing history. With its calendar view, advanced search, cleaning options, and categorization features, the extension makes it easy to navigate through your browsing history and find the websites you visited a long time ago.

There are several reasons why users should occasionally clean cache, history, downloads, cookies, and other Chrome browsing data:

1. Free up disk space: As you browse the internet, your browser stores various types of data such as cache files, cookies, and browsing history. Over time, these files can accumulate and take up a significant amount of disk space on your computer. By cleaning these files, you can free up space on your hard drive, which can help improve your computer's performance.

2. Protect privacy: When you browse the internet, your browser stores information about the websites you visit, your search history, and other data. If you share your computer with others or use a public computer, this information can be accessed by others. By regularly cleaning your browsing data, you can protect your privacy and prevent others from accessing your sensitive information.

3. Fix website issues: Sometimes, website issues can occur due to cached data or other browsing data stored in your browser. By clearing your cache and other browsing data, you can fix issues such as pages not loading correctly or broken links.

4. Improve browser performance: Over time, your browser can become slower due to the accumulation of browsing data. By clearing your cache and other browsing data, you can improve your browser's performance and speed up page loading times.

5. Remove malware: Malware can sometimes be stored in your browser's cache or other browsing data. By cleaning these files, you can remove any potential malware from your computer and protect yourself from security threats.

In summary, cleaning cache, history, downloads, cookies, and other Chrome browsing data can help free up disk space, protect privacy, fix website issues, improve browser performance, and remove potential malware. It's a good idea to regularly clean your browsing data to keep your computer running smoothly and protect your sensitive information.                    

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

Όνομα Browser History Plus Browser History Plus
ID adjifobelhoemalljgnjdlockheiacmc
Επίσημο URL https://chromewebstore.google.com/detail/browser-history-plus/adjifobelhoemalljgnjdlockheiacmc
Περιγραφή Browser History Plus replaces the default browser history and offers additional controls to manage and browse history with ease.
Μέγεθος Αρχείου 462 KB
Αριθμός Εγκαταστάσεων 63,282
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2023-06-18
Ημερομηνία Δημοσίευσης 2023-03-27
Αξιολόγηση 4.69/5 Συνολικά 42 Αξιολογήσεις
Προγραμματιστής https://browserhistory.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://browserhistory.net/
URL της Σελίδας Πολιτικής Απορρήτου https://browserhistory.net/privacy-policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,bg,iw,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.0.3",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "32": "assets\/static\/32.png",
        "64": "assets\/static\/64.png",
        "128": "assets\/static\/128.png"
    },
    "permissions": [
        "storage",
        "history",
        "browsingData",
        "downloads",
        "cookies",
        "alarms",
        "tabs",
        ""
    ],
    "browser_action": {
        "default_title": "__MSG_title__"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "history": "history.html"
    },
    "commands": {
        "clear-data": {
            "suggested_key": {
                "default": "Alt+E",
                "linux": "Alt+E",
                "windows": "Alt+E",
                "mac": "Command+E"
            },
            "description": "Clear Data"
        }
    },
    "web_accessible_resources": [
        "assets\/*.svg",
        "assets\/*.png",
        "assets\/*.css",
        "assets\/*.otf"
    ]
}