Thunderclap.ai - Supercharge Twitter with AI
Write viral tweets, threads, replies and get your twitter cold DMing game on top with Thunderclap.
Thunderclap.ai - Supercharge Twitter with AI란 무엇입니까?
Thunderclap.ai - Supercharge Twitter with AI은(는) https://thunderclap.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Write viral tweets, threads, replies and get your twitter cold DMing game on top with Thunderclap."입니다.
확장 프로그램 스크린샷
Thunderclap.ai - Supercharge Twitter with AI 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🚀 Create viral tweets, replies in few seconds with ThunderclapAI. ThunderclapAI is the fastest and easiest way to build a following by writing viral tweets, replies that gets everyone’s attention (supports multiple emotions) and writing and sending to targeted audience. 📈Skyrocket your following and expand your reach: 1. Grow your audience with ThunderclapAI 2. Use 10+ tones 3. Write viral tweets/replies with one click toggle 4. Tweet idea generator 5. Reply idea generator 6. Skyrocket your interactions 🙁Growing an audience on twitter can be intimidating. ThunderclapAI helps you get past that roadblock in a few seconds 🤩Writing replies to tweets is a great way to both build a following and expand your network. With ThunderclapAI bring your A-game to twitter.
확장 프로그램 기본 정보
이름 | Thunderclap.ai - Supercharge Twitter with AI |
ID | gdpdioljepjejfgddicheaobnklpeidp |
공식 URL | https://chromewebstore.google.com/detail/thunderclapai-supercharge/gdpdioljepjejfgddicheaobnklpeidp |
설명 | Write viral tweets, threads, replies and get your twitter cold DMing game on top with Thunderclap. |
파일 크기 | 153 KB |
설치 횟수 | 247 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2023-04-18 |
출시 날짜 | 2023-02-06 |
평점 | 4.43/5 총 7 개의 평점 |
개발자 | https://thunderclap.ai |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.thunderclap.ai/ |
개인정보 보호 정책 페이지 URL | https://thunderclap.ai/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Write viral tweets, threads, replies and get your twitter cold DMing game on top with Thunderclap.", "version": "1.0.2", "manifest_version": 3, "name": "Thunderclap.ai - Supercharge Twitter with AI", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "action": { "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "matches": [] } ], "permissions": [ "storage", "tabs" ] } |