Bingai

Bing ai Sydney SidePanel for Google Chrome - it's the ultimate GPT-4 Chat companion!

O que é Bingai?

Bingai é uma extensão do Chrome desenvolvida por https://gpt4chat.net, e sua principal característica é "Bing ai Sydney SidePanel for Google Chrome - it's the ultimate GPT-4 Chat companion!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Bingai

Baixe arquivos de extensão Bingai 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

                        🔎 This extension adds "Sydney" option to Creative, Balanced, Precise styles, Unlimit Your AI Chatbot Adventure!🤔💬

📜Bingai Pro Enhancements 📜
🌟 No censorship: You can now talk about anything!
🌟 Bypass country block: Now works in Ukraine and Russia.
🌟 No message limit.
🌟 Edit System Prompt: Personalize and modify the rules!
🌟 Context menus: Summarize text, rewrite text.
📜 Sidepanel functionality to talk to webpages! 📝

Ask the Bingai Sydney questions directly from the address bar by typing "B" followed by your question! 

No need to switch tabs or navigate away from your current page. Our chatbot extension features a handy sidebar that can be easily accessed by hitting the Ctrl + Shift + S hotkey. Here, you can directly communicate and ask questions about selected text. Simply highlight the text, summon the sidebar, and let the chatbot unravel the mysteries behind the words. 📖🗒️

🌟 Uncensored Unhinged Sydney chatbot personality for a lively conversation! 🎉😄

Get ready to engage with our vibrant Sydney chatbot personality. It's designed to be lively, friendly, and always eager to assist. Ask Sydney anything, from fun facts to serious inquiries, and enjoy a chatbot experience that feels like a genuine conversation with a friend. 💁‍♀️🗣️

💡 Unlock your creativity - define your own personalities! 🎭✨

With our extension, you're not limited to a single personality. You can unleash your imagination and create your own chatbot personalities. Define unique traits, quirks, and even system prompts to make the conversation truly personalized. It's like having multiple virtual companions with distinct characteristics! 🎨🤖

Experience the ultimate chatbot adventure with our AI chatbot Chrome extension. Start asking questions, explore different personalities, and discover a new way to interact with the digital world. Install now and let the conversations begin! 💬🚀                    

Informações Básicas da Extensão

Nome Bingai Bingai
ID llgmhgbhloiogekbjbnoilgaleahkkpi
URL Oficial https://chromewebstore.google.com/detail/bingai/llgmhgbhloiogekbjbnoilgaleahkkpi
Descrição Bing ai Sydney SidePanel for Google Chrome - it's the ultimate GPT-4 Chat companion!
Tamanho do Arquivo 995 KB
Contagem de Instalações 3,000
Versão Atual 1.2.1
Última Atualização 2023-10-24
Data de Publicação 2023-07-16
Classificação 4.50/5 Total de 18 Avaliações
Desenvolvedor https://gpt4chat.net
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bingai",
    "description": "Bing ai Sydney SidePanel for Google Chrome - it's the ultimate GPT-4 Chat companion!",
    "version": "1.2.1",
    "permissions": [
        "declarativeNetRequest",
        "contextMenus",
        "storage",
        "background",
        "activeTab",
        "sidePanel",
        "cookies"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "side_panel": {
        "default_path": "sidepanel\/index.html"
    },
    "omnibox": {
        "keyword": "b",
        "default_suggestion": {
            "description": "Ask Bingai"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "world": "MAIN",
            "matches": [
                "https:\/\/*.bing.com\/*"
            ],
            "js": [
                "bingai.js"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "commands": {
        "togglePanel": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Toggle the panel"
        }
    }
}