AI Tweet Generator Bot

Generates tweets based on keywords

AI Tweet Generator Bot क्या है?

AI Tweet Generator Bot sales.tabsgi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generates tweets based on keywords"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AI Tweet Generator Bot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
        }
    }
}