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.”。
擴展截圖
下載Mook: AI Tweet Generator With Chat GPT擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | lglmnbmfkbpfpbipjccjlkcgngekdhjk |
| 官方網址 | 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"
} | |