WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Browser History Plus

Browser History Plus

View on Chrome Web Store
View Browser History Plus Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (52 ratings)
1 new ratings
13 views
This extension has been viewed 13 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Browser History Plus replaces the default browser history and offers additional controls to manage and browse history with ease.
Type
Extension
Users
60,000 users
BrowserHistory+
View author page of BrowserHistory+
Featured Extension

Hand-picked for quality and usefulness

Published
Published on March 27, 2023
Version 1.0.5
Manifest version
3
Updated
Updated on March 18, 2025
make_chrome_yours/privacy
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Browser History Plus Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.0.5",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "32": "assets\/static\/32.png",
        "64": "assets\/static\/64.png",
        "128": "assets\/static\/128.png"
    },
    "permissions": [
        "storage",
        "history",
        "browsingData",
        "downloads",
        "cookies",
        "alarms",
        "tabs"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_title": "__MSG_title__"
    },
    "background": {
        "service_worker": "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": [
        {
            "resources": [
                "assets\/*.svg",
                "assets\/*.png",
                "assets\/*.css",
                "assets\/*.otf"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top