OpenAI ChatGPT For TT
This is an Open-AI ChatGPT powerful tool to give you the AI magic on TT for marketing promotion.
什么是OpenAI ChatGPT For TT?
OpenAI ChatGPT For TT是由noahabigail365开发的Chrome扩展程序,该扩展的主要功能是“This is an Open-AI ChatGPT powerful tool to give you the AI magic on TT for marketing promotion.”。
扩展截图
下载OpenAI ChatGPT For TT扩展crx文件
下载OpenAI ChatGPT For TT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Unlock the power of content with ChatGPT - the ultimate browser extension for accessing ChatGPT! Click Ctrl/⌘+M to use OpenAI Chat GPT on TT website anywhere. This extension has a revolutionary new UI for using ChatGPT on TT sites. Here's how it works: ➡️ Simply select any online content by your mouse in TT ➡️ Click on Cmd+M (Mac) or Ctrl+M (Windows) to open extension ➡️ Choose what you want to do with it (create a reply, comment, make it shorter, or add some fun) ➡️ Click the switch icon, extension will automatically jump to https://chat.openai.com/chat ➡️ Click "Copy to " button on https://chat.openai.com/chat, extension help you copy response back to TT page. ➡️ And voila! You'll get an 80% done reply at your fingertips. This extension brings the power of OpenAI's GPT-3 to your browsing experience, GPT-3 is focused on reliability and keeping up with recent changes. Features: Easily access extension by clicking in the toolbar. The popup will appear and you can start an AI conversation. Quickly access chat.openai.com/chat from the navigation bar pressing space. Get answers from web pages on popular. We strive to keep up with the fast-paced development of GPT-3 to bring you the best possible experience. If you encounter an error, try opening OpenAI again. The service may be under high demand. If you continue to experience issues, please report a bug in the review section of our extension's page.
扩展基本信息
名称 | OpenAI ChatGPT For TT |
ID | ighcgnijpnfppnggmjcpgbphjmlomcpo |
官方URL | https://chromewebstore.google.com/detail/openai-chatgpt-for-tt/ighcgnijpnfppnggmjcpgbphjmlomcpo |
简介 | This is an Open-AI ChatGPT powerful tool to give you the AI magic on TT for marketing promotion. |
文件大小 | 1.79 MB |
安装次数 | 5,277 |
当前版本 | 1.2.15 |
更新时间 | 2024-01-10 |
上架时间 | 2023-02-21 |
评分 | 5.00/5 共14次评分 |
开发者 | noahabigail365 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://linkedradar.com |
帮助页面URL | https://linkedradar.com |
隐私政策页面URL | https://linkedradar.com/linkedradar-private-policy |
支持的语言 | 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\/logo.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_title": "GPT Popup", "default_icon": { "128": "icons\/logo.png" } }, "commands": { "toggle_tiktokChatGPT": { "description": "Run TiktokChatGPT on the current page.", "suggested_key": { "chromeos": "Ctrl+M", "default": "Ctrl+M", "linux": "Ctrl+M", "mac": "Command+M", "windows": "Ctrl+M" } } }, "content_scripts": [ { "matches": [ "*:\/\/*.tiktok.com\/*" ], "js": [ "js\/content-script.js" ], "css": [], "run_at": "document_idle" }, { "matches": [ "*:\/\/*.openai.com\/*" ], "js": [ "js\/chatgpt-script.js" ], "css": [], "run_at": "document_idle" }, { "matches": [ "*:\/\/*.gptplus.io\/*" ], "js": [ "js\/gptplus-script.js" ], "css": [], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "icons\/*" ], "matches": [ "*:\/\/*.tiktok.com\/*", "*:\/\/*.openai.com\/*", "*:\/\/*.linkedradar.com\/*" ] } ], "permissions": [ "storage", "activeTab" ], "host_permissions": [ "*:\/\/*.tiktok.com\/*", "*:\/\/*.openai.com\/*", "*:\/\/*.linkedradar.com\/*", "*:\/\/*.gptplus.io\/*" ], "version": "1.2.15" } |