ChatGPT for Twitter

Reveal AI Generated Tweets (and generate your own)!

ChatGPT for Twitter란 무엇입니까?

ChatGPT for Twitter은(는) https://gptservices.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reveal AI Generated Tweets (and generate your own)!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

ChatGPT for Twitter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ** ChatGPT for Twitter is now completely FREE! **

🌟 If you want to know if you're replying to an AI generated tweet, use this extension and toggle the "Reveal AI generated Tweets" button! 🌟

Introducing ChatGPT for Twitter: Your Multilingual, AI-Powered Tweet Buddy for Strengthening Democracy! 🚀🐦🌍🗳️

Ready to make your Twitter experience more fun, engaging, and personalized than ever before? Meet ChatGPT for Twitter, the Chrome extension that's here to revolutionize your tweets and help you stand out in the Twittersphere!

Effortlessly communicate in any tweet's language when replying and express yourself like never before!

💬 Why ChatGPT for Twitter is a game-changer:

1️⃣ Powered by the cutting-edge GPT-4 (for ChatGPT Plus users) and GPT-3.5 
2️⃣ 22 unique moods to tailor your tweets, like Happy 😊, Jokingly 😁, Angry 😡, and even Flirtatious 😉!
3️⃣ Add custom instructions for boundless creative expression in your tweets
4️⃣ Smooth integration with Twitter, making it a breeze to use with just a click!
5️⃣ Try it out with 15 FREE tweets – no commitment, just pure AI-powered fun!
6️⃣ Automatically writes in the tweet's language when replying, making cross-language communication seamless 🌐
7️⃣ Empowers users to join public debate and strengthen democracy by facilitating clear and concise expression 🗳️

🔧 Brought to you by GPTServices, ChatGPT for Twitter is part of our mission to create groundbreaking AI tools that elevate your digital life. As our flagship app, it sets the bar high for all our future innovations.

📈 With ChatGPT for Twitter by your side, you'll never run out of things to say on Twitter. Make an impact with powerful statements, share your wit and humor, or express your emotions like never before – all within your Twitter account, and just a single click away.

Don't get left behind in the digital age. Upgrade your Twitter game and wow your followers with ChatGPT for Twitter. Install now and experience the future of tweeting! 🎉✨                    

확장 프로그램 기본 정보

이름 ChatGPT for Twitter ChatGPT for Twitter
ID ihabhmefjiipbmppmjoleclimdeompdc
공식 URL https://chromewebstore.google.com/detail/chatgpt-for-twitter/ihabhmefjiipbmppmjoleclimdeompdc
설명 Reveal AI Generated Tweets (and generate your own)!
파일 크기 422 KB
설치 횟수 359
현재 버전 0.1.4
최근 업데이트 2023-06-23
출시 날짜 2023-03-09
평점 4.63/5 총 30 개의 평점
개발자 https://gptservices.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://gptservices.net
도움말 페이지 URL https://gptservices.net
개인정보 보호 정책 페이지 URL https://webcapta.in/fs_privacy.txt
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT for Twitter",
    "description": "Reveal AI Generated Tweets (and generate your own)!",
    "version": "0.1.4",
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "resources": [
                "icon48.png"
            ]
        }
    ],
    "options_page": "options.html"
}