Bingai

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

Hvad er Bingai?

Bingai er en Chrome-udvidelse udviklet af https://gpt4chat.net, og dens hovedfunktion er "Bing ai Sydney SidePanel for Google Chrome - it's the ultimate GPT-4 Chat companion!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Bingai-udvidelses-CRX-fil

Download Bingai-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        🔎 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! 💬🚀                    

Grundlæggende oplysninger om udvidelsen

Navn Bingai Bingai
ID llgmhgbhloiogekbjbnoilgaleahkkpi
Officiel URL https://chromewebstore.google.com/detail/bingai/llgmhgbhloiogekbjbnoilgaleahkkpi
Beskrivelse Bing ai Sydney SidePanel for Google Chrome - it's the ultimate GPT-4 Chat companion!
Filstørrelse 995 KB
Antal Installationer 3,000
Nuværende Version 1.2.1
Senest Opdateret 2023-10-24
Udgivelsesdato 2023-07-16
Bedømmelse 4.50/5 Samlet 18 Bedømmelser
Udvikler https://gpt4chat.net
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    }
}