ChatGPT - Snack Prompt

Discover the best AI prompts right inside ChatGPT from the top prompters on the internet

What is ChatGPT - Snack Prompt?

ChatGPT - Snack Prompt is a Chrome extension developed by https://snackprompt.com, and its main feature is "Discover the best AI prompts right inside ChatGPT from the top prompters on the internet".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download ChatGPT - Snack Prompt Extension CRX File

Download ChatGPT - Snack Prompt extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Introducing Snack Prompt for Google Chrome: The Ultimate AI-Powered Prompt Companion for Everyone



Unlock the full potential of AI with Snack Prompt, the game-changing extension designed to simplify and optimize your ChatGPT experience. With Snack Prompt, you'll have access to an extensive library of top prompts curated daily, as the community upvotes the best prompts for each industry, surfacing them to the top. This makes Snack Prompt the perfect partner for anyone looking to harness the power of AI. 🚀


Features:


⚡ One-Click Prompts: Instantly access a wide array of expertly curated prompts with just a single click.


🏆 Top Prompts of the Day: Stay up-to-date with the best and most popular prompts, right at your fingertips.


🗳️ Community Upvote System: Much like Product Hunt or Reddit, our community-driven platform surfaces the best prompts to the top.


💾 Save Prompts: Easily organize and manage your favorite prompts for future use.


🔍 Discover the Best Prompts in Seconds: Find the perfect prompt for your needs in no time, as the top prompts are surfaced to the top daily.


🤝 Follow Top Prompters: Stay connected with the leading minds in the prompt community and never miss their latest creations.


🌐 Share Prompts with Others: Collaborate and inspire others by sharing your favorite prompts.


Coming Soon:


💼 Prompt Market: Monetize your expertise by selling your custom prompts directly to your followers on Snack Prompt.


🌟 Unlockable Prompts: Gain exclusive access to premium prompts by following your favorite prompt creators on Snack Prompt.


👥 Collaboration & Team Features: Work together with your team by creating and sharing prompt lists for seamless collaboration on projects.


🔧 Customizable & Organizable Prompt Lists: Personalize your prompt experience by creating and organizing your own custom lists, ensuring you have the right prompts at your fingertips.


🏢 Prompts for Teams: Enhance collaboration and productivity within your team by sharing and managing prompts specifically designed for team projects.


Get started with Snack Prompt for Google Chrome today and explore the limitless possibilities AI has to offer! Transform the way you interact with ChatGPT and unleash your productivity like never before. 


Please note: Snack Prompt is an independent extension and is not affiliated with other ChatGPT extensions. For the best experience, please uninstall all other ChatGPT extensions before installing Snack Prompt. 

Learn More 👉 https://SnackPrompt.com                    

Extension Basic Information

Name ChatGPT - Snack Prompt ChatGPT - Snack Prompt
ID lgpdceoebipofiijjgpiedpfcdenkndi
Official URL https://chromewebstore.google.com/detail/chatgpt-snack-prompt/lgpdceoebipofiijjgpiedpfcdenkndi
Description Discover the best AI prompts right inside ChatGPT from the top prompters on the internet
File Size 33.13 KB
Installation Count 27,446
Current Version 1.0.9
Last Updated 2023-11-30
Publish Date 2023-04-13
Rating 4.72/5 Total 39 Ratings
Developer https://snackprompt.com
Email [email protected]
Payment Type free
Extension Website https://SnackPrompt.com
Help Page URL https://snack-prompt.canny.io/support
Privacy Policy Page URL https://app-dev.snackprompt.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT - Snack Prompt",
    "description": "Discover the best AI prompts right inside ChatGPT from the top prompters on the internet",
    "version": "1.0.9",
    "action": {
        "default_icon": "src\/assets\/icon.png",
        "default_popup": "src\/browser\/popup\/index.html"
    },
    "icons": {
        "16": "src\/assets\/icon.png",
        "48": "src\/assets\/icon.png",
        "128": "src\/assets\/icon.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.ts.0b7db876.1859acd2.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "resources": [
                "assets\/icon.39e29302.svg",
                "assets\/chunk-QIZ4XBKF.41251088.js",
                "assets\/constants.7591f6cc.js",
                "assets\/index.ts.0b7db876.js"
            ],
            "use_dynamic_url": true
        }
    ]
}