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ファイルをダウンロード
Thunderclap.ai - Supercharge Twitter with AI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
🚀 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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |