AI Tweet Generator Bot

Generates tweets based on keywords

AI Tweet Generator Bot là gì?

AI Tweet Generator Bot là một tiện ích mở rộng Chrome được phát triển bởi sales.tabsgi, và tính năng chính của nó là "Generates tweets based on keywords".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AI Tweet Generator Bot

Tải xuống các tệp mở rộng AI Tweet Generator Bot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AI Tweet Generator Bot AI Tweet Generator Bot
ID dbjencablhlogabpadhjkoakilekdbfb
URL Chính Thức https://chromewebstore.google.com/detail/ai-tweet-generator-bot/dbjencablhlogabpadhjkoakilekdbfb
Mô tả Generates tweets based on keywords
Kích Thước Tệp 50.67 MB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-06-16
Ngày Phát Hành 2023-06-16
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển sales.tabsgi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://twitter.com/
URL Trang Chính Sách Bảo Mật http://www.tabsgi.com/terms/privacypolicy.html
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}