WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
History On/Off

History On/Off

View on Chrome Web Store
4.0 (69 ratings)
1 new ratings
9 views
0 downloads

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

Pause and resume history with a click
Type
Extension
Users
10,000 users
singleclickapps
Featured Extension

Hand-picked for quality and usefulness

Published
Version 2.0.0.0
Manifest version
3
Updated
productivity/workflow
Website
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "manifest_version": 3,
    "name": "History On\/Off",
    "version": "2.0.0.0",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "https:\/\/singleclickapps.com\/history-on-off",
    "description": "Pause and resume history with a click",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "history",
        "browsingData",
        "contextMenus",
        "storage"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_title": "History On\/Off"
    },
    "incognito": "spanning",
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "commands": {
        "toggle-history": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Toggle History On or Off"
        }
    },
    "offline_enabled": true
}
© 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.