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 |
| 公式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 |
| Eメール | [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"
} | |