TweetAI.com - Smart AI Tweet Generator

Smart AI Tweet Generator - inspire your next tweet

What is TweetAI.com - Smart AI Tweet Generator?

TweetAI.com - Smart AI Tweet Generator is a Chrome extension developed by TweetAI.com, and its main feature is "Smart AI Tweet Generator - inspire your next tweet".

Extension Screenshots

screenshot
screenshot
screenshot

Download TweetAI.com - Smart AI Tweet Generator Extension CRX File

Download TweetAI.com - Smart AI Tweet Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Important: please reload any Twitter / 𝕏 browser tabs for the extension to activate.

New: Tweet AI extension now works with 𝕏 Pro (formerly TweetDeck)

Tweeting has never been easier!

Inspire your next tweet, thread or reply in a single click with TweetAI.com

Use this extension for a seamless integration with Twitter User Interface to tweet faster than ever before.

TweetAI.com can help you with:

- Single tweets: inspire your next tweet in seconds
- Threads: inspire your threads
- Replies: inspire your tweet replies
- Rewriter: rewrite your popular and evergreen tweets to add a touch of novelty
- Tone of voice: use custom tone of voice to match your or your brand's voice

Start using it today and never run out of ideas what to tweet next.

TweetAI is a Smart AI tweet generator that will help inspire and suggest what you could tweet next. Please use responsibly and always add your personal touch to all inspirations.                    

Extension Basic Information

Name TweetAI.com - Smart AI Tweet Generator TweetAI.com - Smart AI Tweet Generator
ID ofdpiejbkcpagdcllkfmchfddhpambkm
Official URL https://chromewebstore.google.com/detail/tweetaicom-smart-ai-tweet/ofdpiejbkcpagdcllkfmchfddhpambkm
Description Smart AI Tweet Generator - inspire your next tweet
File Size 89.65 KB
Installation Count 809
Current Version 3.1.0
Last Updated 2023-12-19
Publish Date 2022-12-20
Rating 5.00/5 Total 2 Ratings
Developer TweetAI.com
Email [email protected]
Payment Type in_app
Extension Website https://TweetAI.com
Help Page URL https://twitter.com/ThePeterMick
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TweetAI.com - Smart AI Tweet Generator",
    "description": "Smart AI Tweet Generator - inspire your next tweet",
    "version": "3.1.0",
    "background": {
        "service_worker": "background\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*",
                "https:\/\/pro.twitter.com\/*",
                "https:\/\/pro.x.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*",
                "https:\/\/pro.twitter.com\/*",
                "https:\/\/pro.x.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        },
        "default_title": "TweetAI.com - Smart AI Tweet Generator - inspire your next tweet"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/TweetAI.com"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}