GPTweet: Twitter replies with ChatGPT
Are you networking on Twitter? Let ChatGPT draft your Tweet replies for you!
GPTweet: Twitter replies with ChatGPT क्या है?
GPTweet: Twitter replies with ChatGPT Mowgli द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Are you networking on Twitter? Let ChatGPT draft your Tweet replies for you!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GPTweet: Twitter replies with ChatGPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
ChatGPT is ready to be your personal Tweet Assistant :) 100% free, no signups required — just use your own OpenAI API key. ★ What is GPTweet? GPTweet is a free Chrome extension that lets you use ChatGPT to reply to tweets. 🤖🪄 ★ Features ➤ Use the powerful ChatGPT AI to create quality replies to Tweets ➤ NO signups or logins required ➤ Use your own OpenAI API Key — your key is stored locally on your machine and NEVER on any server VERSION 2 UPDATE: The AI buttons have moved! You will find them in the reply writing area now. ★ Disclaimers and Limitations Version 1 of GPTweet can run on any Tweet, but does not yet cover all Twitter features: ➤ GPTweet responds to a single Tweet and does not yet understand threads or conversations ➤ GPTweet cannot understand media context, such as images and videos ➤ GPTweet relies on Twitter's DOM structure. As Twitter is rapidly changing (especially now), the extension may not work properly in the future ➤ **Disclaimer:** GPTweet is intended to brainstorm first drafts of Twitter replies and should be proofread and edited by the user.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dhjbdoaddaillhhngldldpklbogfblif |
आधिकारिक URL | https://chromewebstore.google.com/detail/gptweet-twitter-replies-w/dhjbdoaddaillhhngldldpklbogfblif |
विवरण | Are you networking on Twitter? Let ChatGPT draft your Tweet replies for you! |
फ़ाइल का आकार | 718 KB |
स्थापना संख्या | 468 |
वर्तमान संस्करण | 0.0.0.2 |
अंतिम अपडेट | 2023-03-18 |
प्रकाशन तिथि | 2023-03-12 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | Mowgli |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://amethyst-watcher-db6.notion.site/GPTweet-7bb9e71605834a38b662be1632894ac7 |
गोपनीयता नीति पृष्ठ URL | https://docs.google.com/document/d/1z2OWuXtpqS1i9uZa4VX6yLgt3-Avi3TV/edit?usp=sharing&ouid=113104602708557729852&rtpof=true&sd=true |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GPTweet: Twitter replies with ChatGPT", "version": "0.0.0.2", "description": "Are you networking on Twitter? Let ChatGPT draft your Tweet replies for you!", "icons": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "action": { "default_popup": "options.html" }, "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "options_page": "options.html", "content_scripts": [ { "js": [ "twitter_toolbar_version.js" ], "matches": [ "https:\/\/twitter.com\/*\/status\/*", "https:\/\/twitter.com\/*" ], "run_at": "document_end" } ] } |