TweetAI.com - Smart AI Tweet Generator
Smart AI Tweet Generator - inspire your next tweet
Vad är TweetAI.com - Smart AI Tweet Generator?
TweetAI.com - Smart AI Tweet Generator är en Chrome-tillägg utvecklad av TweetAI.com, och dess huvudfunktion är "Smart AI Tweet Generator - inspire your next tweet".
Tilläggsskärmbilder
Ladda ner TweetAI.com - Smart AI Tweet Generator-förlängningens CRX-fil
Ladda ner TweetAI.com - Smart AI Tweet Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | TweetAI.com - Smart AI Tweet Generator |
ID | ofdpiejbkcpagdcllkfmchfddhpambkm |
Officiell webbadress | https://chromewebstore.google.com/detail/tweetaicom-smart-ai-tweet/ofdpiejbkcpagdcllkfmchfddhpambkm |
Beskrivning | Smart AI Tweet Generator - inspire your next tweet |
Filstorlek | 89.65 KB |
Antal Installationer | 809 |
Aktuell Version | 3.1.0 |
Senast Uppdaterad | 2023-12-19 |
Publiceringsdatum | 2022-12-20 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | TweetAI.com |
E-post | [email protected] |
Betalningssätt | in_app |
Tilläggswebbplats | https://TweetAI.com |
Hjälpsida URL | https://twitter.com/ThePeterMick |
Stödda Språk | 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" } } |