GPT for Reddit
Supercharge Reddit with ChatGPT: auto-suggested replies, quick TL;DRs, speedy ELI5s, custom prompts, & personalized content styles.
什麼是GPT for Reddit?
GPT for Reddit是由https://gptreddit.com開發的Chrome擴展程式,該擴展的主要功能是“Supercharge Reddit with ChatGPT: auto-suggested replies, quick TL;DRs, speedy ELI5s, custom prompts, & personalized content styles.”。
擴展截圖
下載GPT for Reddit擴展crx文件
下載GPT for Reddit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Elevate Your Reddit Experience with GPT for Reddit, a Chrome extension that integrates AI-powered content generation into your interactions. Craft clever replies, create concise TLDRs, and explore a variety of personas—all within a feature-packed extension! What does GPT for Reddit do? 🎩 Contextual Comment Replies No more comment dilemmas! This extension generates on-point replies that align seamlessly with the context of the conversation. Simply type /gpt, and let AI craft the ideal response. Engage with ease and enjoy the community! 📜 Quick TLDRs at Your Service Transform lengthy text into digestible summaries with the /gpt-tldr prompt. Add a URL, and instantly receive a TLDR ready to share with fellow users. Stay informed without sifting through walls of text! 🌟 ELI5s for Easy Understanding Unlock simple explanations with the /gpt-eli5 prompt! Type it under a post or comment and let ChatGPT provide an ELI5 (Explain Like I'm 5) version of the content. Make complex topics a breeze for everyone to grasp! 💭 Open-Ended Interaction with ChatGPT Inquisitive mind? Use the /gpt prompt to ask ChatGPT anything, from thought-provoking questions to casual inquiries. Get informative, witty, and engaging answers from the AI! 🎭 Diverse Personas and Word Caps Express yourself with a range of unique personas. Whether you want to channel a philosopher, a poet, or a troll, the choice is yours! Plus, set your preferred word count for replies—keep it succinct or elaborate as you wish. Customize your presence with ease! Ready to Enhance Your Journey? This extension brings the power of AI to your fingertips, enriching your Reddit experience and sparking creativity. With context-aware replies, quick summaries, open interaction, and customizable personas, the possibilities are endless! 🔗 Install Now and Experience Like Never Before! 🚀 FAQs 🔧 How do I install GPT for Reddit? 1. Install the Extension - Download and install the Chrome Extension to get started. 2. Obtain Your API Key - Log in to your ChatGPT account and head to the API keys page to find your API key. 3. Create and Save Your Secret Key - Create a new secret key, copy it, and paste it into the extension's API Key input. Save your key securely. 4. Choose Your Persona and Word Length - Select your desired persona and word length in the extension popup. Remember, you can change these settings anytime! 5. Unleash Your Superpowers - Head to a post and start using your new ChatGPT powers! Click to comment and try out one of the prompts. 6. Prosper! - Amaze the community with your newfound knowledge and wit, and bask in the glory of internet fame! 🤖 What is ChatGPT? ChatGPT is an AI language model by OpenAI. It's designed to understand and generate human-like text based on input prompts. This extension integrates with ChatGPT to provide AI-generated content. 🔍 What is OpenAI? OpenAI is an AI research lab that develops advanced AI models, including ChatGPT. Its goal is to ensure that artificial general intelligence benefits all of humanity. 📝 Can I suggest additional features or provide feedback? Absolutely! We value your input and would love to hear your suggestions or feedback. Email us at [email protected] or reach out to user u/gpt-reddit. 🔄 Does this extension receive upgrades? Yes, the extension may receive updates and feature enhancements to improve user experience and add new functionalities. Stay tuned for updates! 🛠️ Troubleshooting and Support If you encounter any issues or have questions, feel free to reach out to us at [email protected] or contact user u/gpt-reddit. We're here to help! Note: GPT for Reddit requires a connection to your OpenAI API key. This extension is not affiliated with the platform itself.
擴展基本資訊
名稱 | |
ID | lnpkijdanelkgdelmhelophjbdpcpnbj |
官方網址 | https://chromewebstore.google.com/detail/gpt-for-reddit/lnpkijdanelkgdelmhelophjbdpcpnbj |
簡介 | Supercharge Reddit with ChatGPT: auto-suggested replies, quick TL;DRs, speedy ELI5s, custom prompts, & personalized content styles. |
檔案大小 | 558 KB |
安裝次數 | 105 |
目前版本 | 1.0.2 |
更新時間 | 2023-04-27 |
上架時間 | 2023-04-11 |
評分 | 4.60/5 共 10 次評分 |
開發者 | https://gptreddit.com |
電子郵箱 | [email protected] |
付費類型 | in_app |
隱私政策頁面URL | https://www.gptreddit.com/privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GPT for Reddit", "version": "1.0.2", "description": "Supercharge Reddit with ChatGPT: auto-suggested replies, quick TL;DRs, speedy ELI5s, custom prompts, & personalized content styles.", "permissions": [ "storage", "activeTab", "scripting", "identity" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "action": { "default_icon": "icon48.png", "default_title": "GPT for Reddit", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.reddit.com\/*" ], "js": [ "index.js" ], "css": [ "index.css" ] } ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';" }, "oauth2": { "client_id": "862754634268-o7p5blbel5j0e3j66apkcja6tqhq5p69.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] } } |