Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
},
"default_popup": "popup.html"
},
"version": "1.0.6",
"author": "cottome",
"name": "Chatgpt Prompt Helper",
"description": "Chatgpt prompt, help you ask more efficiently",
"background": {
"service_worker": "static\/background\/index.js"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/*",
"https:\/\/chatgpt.com\/*"
],
"js": [
"PromptManagement.90847577.js"
],
"css": []
},
{
"matches": [
"https:\/\/chat.openai.com\/*",
"https:\/\/chatgpt.com\/*"
],
"js": [
"BatchScreenshot.e1577a5f.js"
],
"css": []
},
{
"matches": [
"https:\/\/chat.openai.com\/*",
"https:\/\/chatgpt.com\/*"
],
"js": [
"AutoComplete.aab468aa.js"
],
"css": []
},
{
"matches": [
"https:\/\/chat.openai.com\/*"
],
"js": [
"SectionHandler.a2c03657.js"
],
"css": []
}
],
"host_permissions": [
"https:\/\/chat.openai.com\/*",
"https:\/\/chatgpt.com\/*"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/chat.openai.com\/*",
"https:\/\/chatgpt.com\/*"
],
"resources": [
"PromptManagement.1925e4a3.css",
"PromptManagement.330c97ac.css",
"PromptManagement.d90b18c9.png",
"PromptManagement.95bad065.css"
]
},
{
"matches": [
"https:\/\/chat.openai.com\/*",
"https:\/\/chatgpt.com\/*"
],
"resources": [
"BatchScreenshot.bb25efeb.png",
"BatchScreenshot.cb89e29d.png",
"BatchScreenshot.ab198c16.png",
"BatchScreenshot.41013178.png",
"BatchScreenshot.07233693.png",
"BatchScreenshot.d57fe0c1.css"
]
},
{
"matches": [
"https:\/\/chat.openai.com\/*",
"https:\/\/chatgpt.com\/*"
],
"resources": [
"PromptManagement.1925e4a3.css",
"AutoComplete.3e9360be.css"
]
},
{
"matches": [
"https:\/\/chat.openai.com\/*"
],
"resources": [
"SectionHandler.f148bf62.png",
"SectionHandler.68268fd2.png",
"SectionHandler.9a7932f1.png",
"BatchScreenshot.d57fe0c1.css",
"PromptManagement.1925e4a3.css",
"PromptManagement.95bad065.css"
]
}
]
}