Geppetto
This is an extension that you can talk with
What is Geppetto?
Geppetto is a Chrome extension developed by STDev, and its main feature is "This is an extension that you can talk with".
Extension Screenshots
Download Geppetto Extension CRX File
Download Geppetto 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
This is an extension that you can talk with. Powered by OpenAI's ChatGPT, this extension allows you to quickly ask questions to it, get answers and leverage a conversation with it.
Extension Basic Information
Name | Geppetto |
ID | mmifilomahkeigjcnggngjiggggegmdc |
Official URL | https://chromewebstore.google.com/detail/geppetto/mmifilomahkeigjcnggngjiggggegmdc |
Description | This is an extension that you can talk with |
File Size | 234 KB |
Installation Count | 53 |
Current Version | 1.2 |
Last Updated | 2023-03-22 |
Publish Date | 2023-02-08 |
Developer | STDev |
[email protected] | |
Payment Type | free |
Extension Website | https://st-dev.com |
Help Page URL | https://st-dev.com/get-a-quote |
Privacy Policy Page URL | http://codebnb.me/privacy-policy.html |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Geppetto", "description": "This is an extension that you can talk with", "version": "1.2", "manifest_version": 3, "icons": { "48": "\/assets\/icons\/logo.png" }, "action": { "default_popup": "popup.html", "default_icon": { "48": "\/assets\/icons\/logo.png" } }, "permissions": [], "externally_connectable": { "matches": [ "https:\/\/chatgpt-ext.codebnb.me\/*" ] }, "background": { "service_worker": "background.js" }, "content_scripts": [] } |