Browser History Plus

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

Qu'est-ce que Browser History Plus ?

Browser History Plus est une extension Chrome développée par https://browserhistory.net, et sa fonction principale est "Browser History Plus replaces the default browser history and offers additional controls to manage and browse history with ease.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Browser History Plus

Téléchargez les fichiers d'extension Browser History Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Browser History Plus Browser History Plus
ID adjifobelhoemalljgnjdlockheiacmc
URL Officiel https://chromewebstore.google.com/detail/browser-history-plus/adjifobelhoemalljgnjdlockheiacmc
Description Browser History Plus replaces the default browser history and offers additional controls to manage and browse history with ease.
Taille du Fichier 462 KB
Nombre d'Installations 63,282
Version Actuelle 1.0.3
Dernière Mise à Jour 2023-06-18
Date de Publication 2023-03-27
Évaluation 4.69/5 Total 42 Évaluations
Développeur https://browserhistory.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://browserhistory.net/
URL de la Page de Politique de Confidentialité https://browserhistory.net/privacy-policy
Langues Prises en Charge 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"
    ]
}