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.”。

扩展截图

screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 Thunderclap.ai - Supercharge Twitter with AI 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"
    ]
}