WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net

Clipboard History

Access and manage your clipboard history with ease

MozBar

MozBar

View on Chrome Web Store
View MozBar Chrome Extension on Chrome Web Store
Add to bookmarks
3.3 (2,550 ratings)
1 new ratings
19 views
This extension has been viewed 19 times

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

MozBar extension
Type
Extension
Users
1,000,000 users
Website moz.com
Moz
View author page of Moz
Published
Published on July 23, 2010
Version 4.1.1
Manifest version
3
Updated
Updated on April 18, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View MozBar 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": "MozBar",
    "version": "4.1.1",
    "description": "MozBar extension",
    "icons": {
        "16": "\/images\/mozicon_38x38.png",
        "48": "\/images\/mozicon_38x38.png",
        "128": "\/images\/mozicon_38x38.png"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ],
            "css": [
                "mozbar.css",
                "toolbar.css"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/mozicon_38x38.png",
            "24": "\/images\/mozicon_38x38.png",
            "32": "\/images\/mozicon_38x38.png"
        },
        "default_title": "MozBar",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "cookies",
        "webRequest"
    ],
    "host_permissions": [
        "<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