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 |
Eメール | [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" } } } |