Thunderclap.ai - Supercharge Twitter with AI
Write viral tweets, threads, replies and get your twitter cold DMing game on top with Thunderclap.
Apa itu Thunderclap.ai - Supercharge Twitter with AI?
Thunderclap.ai - Supercharge Twitter with AI adalah ekstensi Chrome yang dikembangkan oleh https://thunderclap.ai, dan fitur utamanya adalah "Write viral tweets, threads, replies and get your twitter cold DMing game on top with Thunderclap.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Thunderclap.ai - Supercharge Twitter with AI
Unduh file ekstensi Thunderclap.ai - Supercharge Twitter with AI dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
🚀 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.
Informasi Dasar Ekstensi
Nama | Thunderclap.ai - Supercharge Twitter with AI |
ID | gdpdioljepjejfgddicheaobnklpeidp |
URL Resmi | https://chromewebstore.google.com/detail/thunderclapai-supercharge/gdpdioljepjejfgddicheaobnklpeidp |
Deskripsi | Write viral tweets, threads, replies and get your twitter cold DMing game on top with Thunderclap. |
Ukuran File | 153 KB |
Jumlah Instalasi | 247 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2023-04-18 |
Tanggal Publikasi | 2023-02-06 |
Penilaian | 4.43/5 Total 7 Penilaian |
Pengembang | https://thunderclap.ai |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.thunderclap.ai/ |
URL Halaman Kebijakan Privasi | https://thunderclap.ai/privacy |
Bahasa yang Didukung | 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" ] } |