WebExtension.net
WebExtension.net

Historease

View on Chrome Web Store
View Historease Chrome Extension on Chrome Web Store
0.0 (0 ratings)

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

Search through your browser history with ease - Completely private and crazy fast!
Type
Extension
Users
0 users
Website historease.com
newlandcreatives
View author page of newlandcreatives
Published
Published on June 3, 2024
Version 1.1
Manifest version
3
Updated
Updated on June 7, 2024
View on Chrome Web Store
View Historease Chrome Extension on Chrome Web Store
productivity/tools
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Historease",
    "description": "Search through your browser history with ease - Completely private and crazy fast!",
    "version": "1.1",
    "author": "[email protected]",
    "permissions": [
        "history",
        "activeTab",
        "scripting",
        "storage",
        "webNavigation",
        "bookmarks"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_page": "options.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "logo.png",
                "settings.svg"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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