Bingai

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

Co to jest Bingai?

Bingai to rozszerzenie Chrome opracowane przez https://gpt4chat.net, a jego główną funkcją jest „Bing ai Sydney SidePanel for Google Chrome - it's the ultimate GPT-4 Chat companion!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Bingai

Pobierz pliki rozszerzeń Bingai w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Bingai Bingai
ID llgmhgbhloiogekbjbnoilgaleahkkpi
Oficjalny URL https://chromewebstore.google.com/detail/bingai/llgmhgbhloiogekbjbnoilgaleahkkpi
Opis Bing ai Sydney SidePanel for Google Chrome - it's the ultimate GPT-4 Chat companion!
Rozmiar pliku 995 KB
Liczba instalacji 3,000
Aktualna Wersja 1.2.1
Ostatnia Aktualizacja 2023-10-24
Data Publikacji 2023-07-16
Ocena 4.50/5 Łącznie 18 Oceny
Deweloper https://gpt4chat.net
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        }
    }
}