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
官方網址 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"
    ]
}