Bingai

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

Co je Bingai?

Bingai je rozšíření Chrome vyvinuté https://gpt4chat.net, a jeho hlavní funkcí je „Bing ai Sydney SidePanel for Google Chrome - it's the ultimate GPT-4 Chat companion!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Bingai

Stáhněte si soubory rozšíření Bingai ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Bingai Bingai
ID llgmhgbhloiogekbjbnoilgaleahkkpi
Oficiální URL https://chromewebstore.google.com/detail/bingai/llgmhgbhloiogekbjbnoilgaleahkkpi
Popis Bing ai Sydney SidePanel for Google Chrome - it's the ultimate GPT-4 Chat companion!
Velikost souboru 995 KB
Počet instalací 3,000
Aktuální Verze 1.2.1
Poslední Aktualizace 2023-10-24
Datum Vydání 2023-07-16
Hodnocení 4.50/5 Celkem 18 Hodnocení
Vývojář https://gpt4chat.net
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    }
}