Phantom: Lofi Tutor

Introducing an all-in-one application featuring Microsoft Bing and Google Bard, accessible across various webpages

O que é Phantom: Lofi Tutor?

Phantom: Lofi Tutor é uma extensão do Chrome desenvolvida por https://lofitutor.com, e sua principal característica é "Introducing an all-in-one application featuring Microsoft Bing and Google Bard, accessible across various webpages".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Phantom: Lofi Tutor

Baixe arquivos de extensão Phantom: Lofi Tutor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Phantom: Lofi Tutor Phantom: Lofi Tutor
ID ofkgndjljeccdgmehefcijojnaagopbn
URL Oficial https://chromewebstore.google.com/detail/phantom-lofi-tutor/ofkgndjljeccdgmehefcijojnaagopbn
Descrição Introducing an all-in-one application featuring Microsoft Bing and Google Bard, accessible across various webpages
Tamanho do Arquivo 703 KB
Contagem de Instalações 3,147
Versão Atual 4.2.5
Última Atualização 2023-07-25
Data de Publicação 2023-01-24
Classificação 4.40/5 Total de 42 Avaliações
Desenvolvedor https://lofitutor.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://chatgpt-phantom.vercel.app/
URL da Página de Ajuda https://www.buymeacoffee.com/phantom.writer
URL da Página de Política de Privacidade https://www.privacypolicies.com/live/45f54ea1-8125-42d2-82f1-be4988a72673
Idiomas Suportados 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"
        }
    }
}