AI Tweet Generator Bot
Generates tweets based on keywords
什么是AI Tweet Generator Bot?
AI Tweet Generator Bot是由sales.tabsgi开发的Chrome扩展程序,该扩展的主要功能是“Generates tweets based on keywords”。
扩展截图
下载AI Tweet Generator Bot扩展crx文件
下载AI Tweet Generator Bot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Introducing the AI Tweet Generator Bot, your ultimate tool for crafting captivating and engaging tweets! Powered by cutting-edge artificial intelligence technology, this bot is designed to assist users in generating high-quality tweets effortlessly. With its vast database of trending topics, popular hashtags, and linguistic patterns, the AI Tweet Generator Bot ensures your tweets are always on point and tailored to your audience. Whether you're a social media influencer, marketer, or simply looking to enhance your online presence, this bot will provide you with clever suggestions, concise wording, and impactful messages that are sure to captivate your followers. Say goodbye to writer's block and hello to tweet success with the AI Tweet Generator Bot!
扩展基本信息
名称 | AI Tweet Generator Bot |
ID | dbjencablhlogabpadhjkoakilekdbfb |
官方URL | https://chromewebstore.google.com/detail/ai-tweet-generator-bot/dbjencablhlogabpadhjkoakilekdbfb |
简介 | Generates tweets based on keywords |
文件大小 | 50.67 MB |
安装次数 | 13 |
当前版本 | 1.0 |
更新时间 | 2023-06-16 |
上架时间 | 2023-06-16 |
评分 | 3.00/5 共2次评分 |
开发者 | sales.tabsgi |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://twitter.com/ |
隐私政策页面URL | http://www.tabsgi.com/terms/privacypolicy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AI Tweet Generator Bot", "version": "1.0", "description": "Generates tweets based on keywords", "permissions": [ "scripting", "activeTab" ], "icons": { "16": ".\/images\/16.png", "48": ".\/images\/48.png", "128": ".\/images\/128.png" }, "host_permissions": [ "https:\/\/api.openai.com\/*", "https:\/\/twitter.com\/*" ], "action": { "default_popup": ".\/popup\/popup.html", "default_title": "Generate Tweet", "default_icon": { "16": ".\/images\/16.png", "48": ".\/images\/48.png" } }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "content.js" ], "matches": [ "https:\/\/*\/*" ] } ], "commands": { "generate_tweet": { "suggested_key": { "default": "Ctrl+Shift+F" }, "description": "Generate Tweet" } } } |