WebExtension.net
Toggle dark mode
WebExtension.net

Supercharge for Bolt.new

View on Chrome Web Store
View Supercharge for Bolt.new Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (8 ratings)
5 new ratings
6 views
This extension has been viewed 6 times

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

Enhance your Bolt experience with additional features
Type
Extension
Users
1,000 users
34
martin.slaney
View author page of martin.slaney
Published
Published on February 6, 2025
Version 1.4.0
Manifest version
3
Updated
Updated on February 22, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Supercharge for Bolt.new 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": "Supercharge for Bolt.new",
    "version": "1.4.0",
    "description": "Enhance your Bolt experience with additional features",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsAJhFwNUEISVwW5dnBTIgKylHHoXNq+WgmGrGHw6YIf1JqRbBEUI4Elp6SO\/Awt6oUyCvT+Jx8DMcgamlBQ5n7X5Nn7CYr4l21Zeew\/kC4VgMO8+1MHzlm1AglEt2hfTDcJEAualAttS4bxx4NbSeQUh80F7PEzfqSJwXom9uwY3qb2E96+mqQ3Oivvw9h7yYhtg1RPMVMTK\/dS7AUS865DSE0hnXpoHEPo0RfFwvPByo1dcH5D8wCuobW9TDYosqLZvH0sHyTWtjvMI5fj7qx4AqkpsXlhFOgdIL7bskz5DUrmbkdWR6GL5kkhlc2lPvq8OUwOj170Qi1d\/EmPoDwIDAQAB",
    "permissions": [
        "storage",
        "cookies",
        "activeTab",
        "scripting",
        "alarms",
        "tabs",
        "webNavigation",
        "favicon"
    ],
    "host_permissions": [
        "https:\/\/bolt.new\/*",
        "https:\/\/*.bolt.new\/*",
        "https:\/\/*.local-credentialless.webcontainer-api.io\/*",
        "https:\/\/*.bolt.ai\/*",
        "https:\/\/*.bolt.diy\/*",
        "https:\/\/*.bolt.dev\/*",
        "https:\/\/21st.dev\/*",
        "https:\/\/content-webcontainer.io\/*",
        "https:\/\/content.webcontainer.io\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bolt.new\/*",
                "https:\/\/*.bolt.new\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "assets\/styles.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "iframe-script.js",
                "assets\/*",
                "_favicon\/*"
            ],
            "matches": [
                "https:\/\/bolt.new\/*",
                "*:\/\/*.bolt.new\/*",
                "*:\/\/*.local-credentialless.webcontainer-api.io\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; worker-src 'self'"
    }
}
© 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