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 https://lofitutor.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Introducing an all-in-one application featuring Microsoft Bing and Google Bard, accessible across various webpages"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Phantom: Lofi Tutor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } } |