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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A powerful AI tweet generator by ChatGPT, to generate engaging and personalized tweets in seconds."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Mook: AI Tweet Generator With Chat GPT 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}