Beyond Bard - AI chat for any website

Summarise or Analyse Youtube videos, enhance Google and Bing searches with BARD

Beyond Bard - AI chat for any website क्या है?

Beyond Bard - AI chat for any website https://singularitylabs-ai.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Summarise or Analyse Youtube videos, enhance Google and Bing searches with BARD"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Beyond Bard - AI chat for any website एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Beyond Bard - Google Bard chatbot as assistant on any website and Youtube video summarizing tool .

It uses google's BARD chatbot at backend.
For popular sites like Google, Bing, Youtube, Duckduckgo, Github there are custom prompts written to enhance the summary(or insights) experience. For all other sites it tries to generate a summary or insights of the content on the page as much as possible. We are continuously increasing support for different types of websites.

It ensures 100% privacy, none of your data is sent to any server.

Do send up request of any specific site or group of sites that you need if that's not already supported at https://github.com/ishandutta2007/beyond-bard-mini/issues


LEGAL:
Disclaimer: Beyond Bard app is not official Bard application. It is an unofficial extension that is developed and maintained independently and has no affiliation to Google .                    

एक्सटेंशन की मूल जानकारी

नाम Beyond Bard - AI chat for any website Beyond Bard - AI chat for any website
ID ceknbkmhppjloheidfdpmaijdcgofoif
आधिकारिक URL https://chromewebstore.google.com/detail/beyond-bard-ai-chat-for-a/ceknbkmhppjloheidfdpmaijdcgofoif
विवरण Summarise or Analyse Youtube videos, enhance Google and Bing searches with BARD
फ़ाइल का आकार 2.13 MB
स्थापना संख्या 697
वर्तमान संस्करण 0.0.13
अंतिम अपडेट 2024-02-24
प्रकाशन तिथि 2023-05-27
रेटिंग 4.00/5 कुल 11 रेटिंग्स
डेवलपर https://singularitylabs-ai.github.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/SingularityLabs-ai/beyond-bard-mini
सहायता पृष्ठ URL https://github.com/SingularityLabs-ai/beyond-bard-mini/issues
गोपनीयता नीति पृष्ठ URL https://singularitylabs-ai.github.io/privacypolicy
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.0.13",
    "manifest_version": 3,
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "host_permissions": [
        "https:\/\/*.google.com\/"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-script.css"
            ]
        }
    ]
}