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

History Plus

View on Chrome Web Store
View History Plus Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (51 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

A better browsing history. Save more history beyond 90 days, advanced search, autobackup and import/export.
Type
Extension
Users
5,000 users
1K
History+
View author page of History+
Featured Extension

Hand-picked for quality and usefulness

Published
Published on March 16, 2023
Version 2.0.8
Manifest version
3
Updated
Updated on November 21, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View 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
{
    "name": "__MSG_global_extensionName__",
    "short_name": "HP",
    "description": "__MSG_global_extensionDescription__",
    "version": "2.0.8",
    "manifest_version": 3,
    "author": "Tom Zenho",
    "action": {
        "default_icon": {
            "16": "assets\/icon\/history_plus_16.png",
            "32": "assets\/icon\/history_plus_32.png",
            "48": "assets\/icon\/history_plus_48.png",
            "64": "assets\/icon\/history_plus_64.png",
            "128": "assets\/icon\/history_plus_128.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_global_extensionName__"
    },
    "options_page": "options.html",
    "icons": {
        "16": "assets\/icon\/history_plus_16.png",
        "32": "assets\/icon\/history_plus_32.png",
        "48": "assets\/icon\/history_plus_48.png",
        "64": "assets\/icon\/history_plus_64.png",
        "128": "assets\/icon\/history_plus_128.png"
    },
    "permissions": [
        "favicon",
        "storage",
        "history",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "cross_origin_embedder_policy": {
        "value": "require-corp"
    },
    "cross_origin_opener_policy": {
        "value": "same-origin"
    },
    "incognito": "not_allowed",
    "offline_enabled": true,
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                "<all_urls>"
            ],
            "extension_ids": [
                "*"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}
© 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