GPTWEB_by_BenB
Augment your ChatGPT prompts with relevant results from the web.
GPTWEB_by_BenB क्या है?
GPTWEB_by_BenB bittradevid द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Augment your ChatGPT prompts with relevant results from the web."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GPTWEB_by_BenB एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Instala esta Aplicación y disfruta de todo el poder de Chat GPT al dia!! dejando atras la limitante de datos hasta 2021 tal y como lo viste en el video de BenjaminB
एक्सटेंशन की मूल जानकारी
नाम | |
ID | imbmebocbbpgodpamfcdnocdbpahabfn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/gptwebbybenb/imbmebocbbpgodpamfcdnocdbpahabfn |
विवरण | Augment your ChatGPT prompts with relevant results from the web. |
फ़ाइल का आकार | 104 KB |
स्थापना संख्या | 88 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2023-04-06 |
प्रकाशन तिथि | 2023-02-16 |
डेवलपर | bittradevid |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://nqpmedia.com/gptweb/ |
सहायता पृष्ठ URL | https://nqpmedia.com/gptweb/ |
गोपनीयता नीति पृष्ठ URL | https://nqpmedia.com/politica-de-privacidad |
समर्थित भाषाएँ | de,en,fr,es,it,pt-BR,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "es", "version": "1.1.0", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/ddg-webapp-aagd.vercel.app\/*" ], "background": { "service_worker": "background\/bg.js" }, "action": [], "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/chat*" ], "js": [ "content-scripts\/mainUI.js" ] } ], "options_ui": { "page": "options\/options.html", "open_in_tab": true, "css": [ "options\/options.css" ] }, "web_accessible_resources": [ { "resources": [ "content-scripts\/mainUI.css", "icons\/icon48.png" ], "matches": [ "https:\/\/chat.openai.com\/*" ] } ] } |