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開發的Chrome擴展程式,該擴展的主要功能是“Introducing an all-in-one application featuring Microsoft Bing and Google Bard, accessible across various webpages”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Phantom: Lofi Tutor擴展crx文件

下載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 Phantom: Lofi Tutor
ID ofkgndjljeccdgmehefcijojnaagopbn
官方網址 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"
        }
    }
}