Bingai

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

Bingai là gì?

Bingai là một tiện ích mở rộng Chrome được phát triển bởi https://gpt4chat.net, và tính năng chính của nó là "Bing ai Sydney SidePanel for Google Chrome - it's the ultimate GPT-4 Chat companion!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bingai

Tải xuống các tệp mở rộng Bingai dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bingai Bingai
ID llgmhgbhloiogekbjbnoilgaleahkkpi
URL Chính Thức https://chromewebstore.google.com/detail/bingai/llgmhgbhloiogekbjbnoilgaleahkkpi
Mô tả Bing ai Sydney SidePanel for Google Chrome - it's the ultimate GPT-4 Chat companion!
Kích Thước Tệp 995 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2023-10-24
Ngày Phát Hành 2023-07-16
Đánh Giá 4.50/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://gpt4chat.net
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}