TweetAI.com - Smart AI Tweet Generator
Smart AI Tweet Generator - inspire your next tweet
Τι είναι το TweetAI.com - Smart AI Tweet Generator;
Το TweetAI.com - Smart AI Tweet Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TweetAI.com, και η κύρια λειτουργία του είναι "Smart AI Tweet Generator - inspire your next tweet".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TweetAI.com - Smart AI Tweet Generator
Λήψη αρχείων επέκτασης TweetAI.com - Smart AI Tweet Generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | ofdpiejbkcpagdcllkfmchfddhpambkm |
| Επίσημο URL | https://chromewebstore.google.com/detail/tweetaicom-smart-ai-tweet/ofdpiejbkcpagdcllkfmchfddhpambkm |
| Περιγραφή | Smart AI Tweet Generator - inspire your next tweet |
| Μέγεθος Αρχείου | 89.65 KB |
| Αριθμός Εγκαταστάσεων | 809 |
| Τρέχουσα Έκδοση | 3.1.0 |
| Τελευταία Ενημέρωση | 2023-12-19 |
| Ημερομηνία Δημοσίευσης | 2022-12-20 |
| Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
| Προγραμματιστής | TweetAI.com |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | in_app |
| Ιστότοπος Επέκτασης | https://TweetAI.com |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://twitter.com/ThePeterMick |
| Υποστηριζόμενες Γλώσσες | 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"
}
} | |