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

PixieBrix

View on Chrome Web Store
View PixieBrix Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (99 ratings)
1 new ratings
42 views
This extension has been viewed 42 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.

Customize, extend, and integrate your favorite SaaS apps without writing a line of code!
Type
Extension
Users
40,000 users
10K
Website pixiebrix.com
PixieBrix, Inc.
View author page of PixieBrix, Inc.
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 13, 2020
Version 2.3.2.3000
Manifest version
3
Updated
Updated on June 18, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View PixieBrix 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,
    "author": "PixieBrix, Inc.",
    "name": "PixieBrix",
    "short_name": "PixieBrix",
    "description": "Customize, extend, and integrate your favorite SaaS apps without writing a line of code!",
    "homepage_url": "https:\/\/www.pixiebrix.com",
    "minimum_chrome_version": "128.0",
    "icons": {
        "16": "icons\/logo16.png",
        "32": "icons\/logo32.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; font-src 'self' https:\/\/fonts.gstatic.com; connect-src 'self' http: https: wss: data:; object-src 'self'; img-src 'self' data: https:; style-src 'self' 'unsafe-inline' https:; frame-src 'self' http: https:;",
        "sandbox": "sandbox allow-scripts allow-forms; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "exclude_matches": [
                "https:\/\/*.googleapis.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentScript.css"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_idle",
            "match_origin_as_fallback": true
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "exclude_matches": [
                "https:\/\/*.googleapis.com\/*"
            ],
            "js": [
                "hotkeyContentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_origin_as_fallback": true
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "loadActivationEnhancements.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.pixiebrix.com\/*"
            ],
            "js": [
                "setExtensionIdInApp.js"
            ],
            "run_at": "document_end"
        }
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "optional_permissions": [
        "clipboardWrite"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "identity",
        "tabs",
        "tabCapture",
        "webNavigation",
        "contextMenus",
        "alarms",
        "scripting",
        "offscreen",
        "sidePanel",
        "system.memory"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "devtools_page": "devtools.html",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.pixiebrix.com\/*"
        ]
    },
    "storage": {
        "managed_schema": "managedStorageSchema.json"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "bundles\/*",
                "sandbox.html",
                "frame.html",
                "sidebar.html",
                "pageScript.js",
                "ephemeralForm.html",
                "permissionsFrame.html",
                "walkthroughModal.html",
                "ephemeralPanel.html",
                "hideUiModal.html",
                "audio\/*",
                "user-icons\/*",
                "img\/*",
                "*.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_title": "PixieBrix",
        "default_icon": {
            "16": "icons\/inactive\/logo16.png",
            "32": "icons\/inactive\/logo32.png",
            "48": "icons\/inactive\/logo48.png",
            "128": "icons\/inactive\/logo128.png"
        }
    },
    "commands": {
        "toggle-quick-bar": {
            "description": "Toggle Quick Bar",
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "Command+M"
            }
        }
    },
    "background": {
        "service_worker": "background.worker.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "side_panel": {
        "default_path": "sidebar.html"
    },
    "version": "2.3.2.3000",
    "version_name": "2.3.2"
}
© 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