WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Snack Prompt

Snack Prompt

View on Chrome Web Store
View Snack Prompt Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (17 ratings)
3 views
This extension has been viewed 3 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.

This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 19, 2025.

Amplify ChatGPT capabilities with a suite of magical features designed to speed up your AI tasks.
Type
Extension
Users
1,000 users
Website snackprompt.com
snackpromptcom
View author page of snackpromptcom
Published
Published on December 2, 2023
Version 2.1.0
Manifest version
3
Updated
Updated on August 30, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Snack Prompt 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": "Snack Prompt",
    "version": "2.1.0",
    "description": "Amplify ChatGPT capabilities with a suite of magical features designed to speed up your AI tasks.",
    "action": {
        "default_icon": ".\/assets\/icon-512.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/icon-512.png",
        "48": ".\/assets\/icon-512.png",
        "128": ".\/assets\/icon-512.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "sidePanel",
        "contextMenus",
        "clipboardWrite",
        "clipboardRead",
        "offscreen"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "dist\/contentScripts\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self' "
    },
    "commands": {
        "openSidebar": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "Toggle the sidebar"
        }
    },
    "side_panel": {
        "default_path": "dist\/sidepanel\/index.html"
    }
}
© 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