Mook: AI Tweet Generator With Chat GPT

A powerful AI tweet generator by ChatGPT, to generate engaging and personalized tweets in seconds.

Mook: AI Tweet Generator With Chat GPT क्या है?

Mook: AI Tweet Generator With Chat GPT Alex Ng द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A powerful AI tweet generator by ChatGPT, to generate engaging and personalized tweets in seconds."।

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

screenshot
screenshot

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

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

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

                        Mook - AI Tweet Generator - a powerful AI tweet generator by Chat GPT, to generate engaging and personalized tweets, and inspire your tweet with powerful language AI ChatGPT.

Features:
- Compose Model: Inspire your tweet based on keyword and ChatGPT Prompts.
- Comment Model: Inspire your tweet comment based on tweet content and prompts.
- Multi-language support                    

एक्सटेंशन की मूल जानकारी

नाम Mook: AI Tweet Generator With Chat GPT Mook: AI Tweet Generator With Chat GPT
ID lglmnbmfkbpfpbipjccjlkcgngekdhjk
आधिकारिक URL https://chromewebstore.google.com/detail/mook-ai-tweet-generator-w/lglmnbmfkbpfpbipjccjlkcgngekdhjk
विवरण A powerful AI tweet generator by ChatGPT, to generate engaging and personalized tweets in seconds.
फ़ाइल का आकार 1.38 MB
स्थापना संख्या 271
वर्तमान संस्करण 1.5.2
अंतिम अपडेट 2023-03-20
प्रकाशन तिथि 2023-03-13
रेटिंग 3.33/5 कुल 6 रेटिंग्स
डेवलपर Alex Ng
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https:/mookplus.com
सहायता पृष्ठ URL https:/mookplus.com
गोपनीयता नीति पृष्ठ URL https://mookplus.com/ex-privacy.html
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "128": "icons\/logo128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "fonts\/*"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.openai.com\/*",
                "*:\/\/*.mookplus.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*",
        "*:\/\/*.openai.com\/*",
        "*:\/\/*.mookplus.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icons\/logo128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.openai.com\/*"
            ],
            "js": [
                "js\/openai-script.js"
            ],
            "css": [],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.mookplus.com\/*"
            ],
            "js": [
                "js\/mookplus-script.js"
            ],
            "css": [],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "js\/background.js"
    },
    "version": "1.5.2"
}