Browser History Plus

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

Wat is Browser History Plus?

Browser History Plus is een Chrome-extensie ontwikkeld door https://browserhistory.net, en de belangrijkste functie is "Browser History Plus replaces the default browser history and offers additional controls to manage and browse history with ease.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Browser History Plus

Download Browser History Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Browser History Plus Browser History Plus
ID adjifobelhoemalljgnjdlockheiacmc
Officiële URL https://chromewebstore.google.com/detail/browser-history-plus/adjifobelhoemalljgnjdlockheiacmc
Beschrijving Browser History Plus replaces the default browser history and offers additional controls to manage and browse history with ease.
Bestandsgrootte 462 KB
Aantal Installaties 63,282
Huidige Versie 1.0.3
Laatst Bijgewerkt 2023-06-18
Publicatiedatum 2023-03-27
Beoordeling 4.69/5 Totaal 42 Beoordelingen
Ontwikkelaar https://browserhistory.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://browserhistory.net/
URL van de Privacybeleid Pagina https://browserhistory.net/privacy-policy
Ondersteunde Talen 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"
    ]
}