TweetAI.com - Smart AI Tweet Generator
Smart AI Tweet Generator - inspire your next tweet
Co je TweetAI.com - Smart AI Tweet Generator?
TweetAI.com - Smart AI Tweet Generator je rozšíření Chrome vyvinuté TweetAI.com, a jeho hlavní funkcí je „Smart AI Tweet Generator - inspire your next tweet“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření TweetAI.com - Smart AI Tweet Generator
Stáhněte si soubory rozšíření TweetAI.com - Smart AI Tweet Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | ofdpiejbkcpagdcllkfmchfddhpambkm |
| Oficiální URL | https://chromewebstore.google.com/detail/tweetaicom-smart-ai-tweet/ofdpiejbkcpagdcllkfmchfddhpambkm |
| Popis | Smart AI Tweet Generator - inspire your next tweet |
| Velikost souboru | 89.65 KB |
| Počet instalací | 809 |
| Aktuální Verze | 3.1.0 |
| Poslední Aktualizace | 2023-12-19 |
| Datum Vydání | 2022-12-20 |
| Hodnocení | 5.00/5 Celkem 2 Hodnocení |
| Vývojář | TweetAI.com |
| [email protected] | |
| Typ Platby | in_app |
| Webové stránky Rozšíření | https://TweetAI.com |
| URL Stránky Nápovědy | https://twitter.com/ThePeterMick |
| Podporované Jazyky | 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"
}
} | |