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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex Ng และคุณลักษณะหลักของมันคือ "A powerful AI tweet generator by ChatGPT, to generate engaging and personalized tweets in seconds."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mook: AI Tweet Generator With Chat GPT

ดาวน์โหลดไฟล์ส่วนขยาย Mook: AI Tweet Generator With Chat GPT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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