Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"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.13",
"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.d4ee655d.686c723c.js"
],
"matches": [
"https:\/\/chatgpt.com\/*"
],
"css": [
"assets\/switch.b77f5762.css"
]
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"web_accessible_resources": [
{
"matches": [
"https:\/\/chatgpt.com\/*"
],
"resources": [
"assets\/icon.39e29302.svg",
"assets\/chunk-QIZ4XBKF.ce1bdbc6.js",
"assets\/constants.c2ac15ea.js",
"assets\/index.ts.d4ee655d.js"
],
"use_dynamic_url": true
}
]
}