WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Clipboard History Pro

Clipboard History Pro

View on Chrome Web Store
View Clipboard History Pro Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 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.

Never lose copied text again. Search your clipboard history instantly, pin favorites, and paste with one click.
Type
Extension
Users
2 users
1
Autom8 LLC
View author page of Autom8 LLC
Published
Published on January 25, 2026
Version 2.1.0
Manifest version
3
Updated
Updated on February 5, 2026
productivity/communication
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Clipboard History Pro 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",
    "manifest_version": 3,
    "name": "Clipboard History Pro",
    "version": "2.1.0",
    "description": "Never lose copied text again. Search your clipboard history instantly, pin favorites, and paste with one click.",
    "default_locale": "en",
    "author": "Zovo",
    "homepage_url": "https:\/\/zovo.one",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_popup": "src\/popup.html",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png"
        },
        "default_title": "Clipboard History Pro"
    },
    "background": {
        "service_worker": "src\/background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "clipboardRead",
        "clipboardWrite",
        "contextMenus",
        "notifications"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "src\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'none'"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+V",
                "mac": "Command+Shift+V"
            },
            "description": "Open Clipboard History"
        }
    }
}
© 2026 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