Beyond Bard - AI chat for any website

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

O que é Beyond Bard - AI chat for any website?

Beyond Bard - AI chat for any website é uma extensão do Chrome desenvolvida por https://singularitylabs-ai.github.io, e sua principal característica é "Summarise or Analyse Youtube videos, enhance Google and Bing searches with BARD".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Beyond Bard - AI chat for any website

Baixe arquivos de extensão Beyond Bard - AI chat for any website no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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 .                    

Informações Básicas da Extensão

Nome Beyond Bard - AI chat for any website Beyond Bard - AI chat for any website
ID ceknbkmhppjloheidfdpmaijdcgofoif
URL Oficial https://chromewebstore.google.com/detail/beyond-bard-ai-chat-for-a/ceknbkmhppjloheidfdpmaijdcgofoif
Descrição Summarise or Analyse Youtube videos, enhance Google and Bing searches with BARD
Tamanho do Arquivo 2.13 MB
Contagem de Instalações 697
Versão Atual 0.0.13
Última Atualização 2024-02-24
Data de Publicação 2023-05-27
Classificação 4.00/5 Total de 11 Avaliações
Desenvolvedor https://singularitylabs-ai.github.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/SingularityLabs-ai/beyond-bard-mini
URL da Página de Ajuda https://github.com/SingularityLabs-ai/beyond-bard-mini/issues
URL da Página de Política de Privacidade https://singularitylabs-ai.github.io/privacypolicy
Idiomas Suportados 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"
            ]
        }
    ]
}