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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Write viral tweets, threads, replies and get your twitter cold DMing game on top with Thunderclap."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Thunderclap.ai - Supercharge Twitter with AI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |