GPT-Based
GPTBased is used to generate effective prompts for ChatGPT
What is GPT-Based?
GPT-Based is a Chrome extension developed by https://gptbased.net, and its main feature is "GPTBased is used to generate effective prompts for ChatGPT".
Extension Screenshots
Download GPT-Based Extension CRX File
Download GPT-Based 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
GPTBased is an extension of ChatGPT that creates effective prompts for your chatbot. Improve your engagement with GPTBased's AI-powered chat prompts
Extension Basic Information
Name | GPT-Based |
ID | jeecjckgihbjgajddicjajmfopmhoahp |
Official URL | https://chromewebstore.google.com/detail/gpt-based/jeecjckgihbjgajddicjajmfopmhoahp |
Description | GPTBased is used to generate effective prompts for ChatGPT |
File Size | 140 KB |
Installation Count | 69 |
Current Version | 0.0.6 |
Last Updated | 2023-08-29 |
Publish Date | 2023-04-26 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://gptbased.net |
[email protected] | |
Payment Type | free |
Extension Website | https://gptbased.net |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GPT-Based", "version": "0.0.6", "description": "GPTBased is used to generate effective prompts for ChatGPT", "options_page": "src\/pages\/options\/index.html", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "src\/pages\/content\/index.js" ], "css": [ "assets\/css\/contentStyle16926242660.chunk.css" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |