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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | TweetAI.com - Smart AI Tweet Generator |
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 |
عنوان صفحة المساعدة | 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" } } |