Phantom: Lofi Tutor
Introducing an all-in-one application featuring Microsoft Bing and Google Bard, accessible across various webpages
Phantom: Lofi Tutorคืออะไร?
Phantom: Lofi Tutor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lofitutor.com และคุณลักษณะหลักของมันคือ "Introducing an all-in-one application featuring Microsoft Bing and Google Bard, accessible across various webpages"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Phantom: Lofi Tutor
ดาวน์โหลดไฟล์ส่วนขยาย Phantom: Lofi Tutor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you tired of writing your blog article, news article, or Youtube script? Don't worry, you can use this extension to write articles on any topic! _______________________________ HOW TO USE 1) Install this extension and open ChatGPT page 2) Toggle the blue icon to set "Phantom Mode" 3) Enter the topic you want to generate _________________ PRIVACY POLICY There are no ads, analytics, trackers, or cookies in the ChatGPT Phantom Extension. It also does not collect any user data; the only information shared with the AI model (chat.openai.com) is the prompts and context you provide to generate a response.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Phantom: Lofi Tutor |
ID | ofkgndjljeccdgmehefcijojnaagopbn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/phantom-lofi-tutor/ofkgndjljeccdgmehefcijojnaagopbn |
คำอธิบาย | Introducing an all-in-one application featuring Microsoft Bing and Google Bard, accessible across various webpages |
ขนาดไฟล์ | 703 KB |
จำนวนการติดตั้ง | 3,147 |
เวอร์ชันปัจจุบัน | 4.2.5 |
อัปเดตครั้งล่าสุด | 2023-07-25 |
วันที่เผยแพร่ | 2023-01-24 |
คะแนน | 4.40/5 รวมทั้งหมด 42 คะแนน |
ผู้พัฒนา | https://lofitutor.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://chatgpt-phantom.vercel.app/ |
URL หน้าช่วยเหลือ | https://www.buymeacoffee.com/phantom.writer |
URL หน้านโยบายความเป็นส่วนตัว | https://www.privacypolicies.com/live/45f54ea1-8125-42d2-82f1-be4988a72673 |
ภาษาที่รองรับ | de,en,en-GB,en-US,fr,nl,no,da,es,es-419,it,pl,pt-BR,pt-PT,sv,ru,hi,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "4.2.5", "name": "__MSG_APPNAME__", "description": "__MSG_APPDESC__", "default_locale": "en_US", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": [], "background": { "service_worker": "build\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "build\/content.js" ], "css": [ "build\/content.css" ], "run_at": "document_idle" }, { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "build\/chatgpt.js" ] } ], "permissions": [ "storage", "tabs", "activeTab" ], "host_permissions": [ "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "index.html" ], "matches": [ "https:\/\/*\/*" ] } ], "commands": { "toggle-sidebar": { "suggested_key": { "default": "Alt + Shift + K", "mac": "Command + Shift + K" }, "description": "Open or close the sidebar" } } } |