ChatGPT Plus ++ Copilot

Get a refresher on unfamiliar terms in any video you watch

O que é ChatGPT Plus ++ Copilot?

ChatGPT Plus ++ Copilot é uma extensão do Chrome desenvolvida por RapidKen.AI, e sua principal característica é "Get a refresher on unfamiliar terms in any video you watch".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ChatGPT Plus ++ Copilot

Baixe arquivos de extensão ChatGPT Plus ++ Copilot 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

                        Revolutionize the way you consume YouTube video content with Video Hyperlinker! Watch videos with hyperlinks with the same convenience of hyperlinks in Wikipedia. (Click the video above to watch a quick demo. To try it yourself, go to https://youtu.be/PUIE7CPANfo).

When you're watching a video, you might come across words or phrases you want to learn more about. You can easily do this by clicking on the helpful assistant in the top right corner of the screen. Type in the word you're curious about, and Video Hyperlinker (VH) will provide you with links to answers from the video's creator. You can click on the link to jump to the exact part of the video where they talk about that word.

Suppose you are watching a playlist, you don't need to make notes on where in any video a term is being explained for future reference. Video Hyperlinker will show you that information whenever you need it.

And if the video's creator hasn't explained the word you're interested in, the extension will give you the best answer from ChatGPT Plus!

No more need for boring note-taking or searching. Video Hyperlinker makes watching and learning from videos easier and more fun. Give it a try today and enhance your video-watching and learning experience!"

Like Video Hyperlinker? Please rate us *****

Q: Do you support every video in this Universe?
A: Eventually, we plan to. However, we are starting with YouTube playlists on Software such as Python, Machine Learning, Data Science etc. But, we are adding video hyperlinks for new playlists every day. 

Q: How do I use Video Hyperlinker?
A: Just keep using YouTube as always. Whenever, you have a question, ask our helpful assistant in the right top corner.

Q: How does it work?
A: In the background, RapidKen.AI uses AI to extract the hyperlinks and evolves the Video Web. So, whenever you watch a video that is part of our current Video Web, we are happy to help you with the ready hyperlink refreshers.

Q: What user data do you use? Why do you need the permissions you ask?
A: We dont collect or store any user data. We just check if you are on youtube. If yes, we pick the video id from the url and check with our system if we have information for that video and then present the information we receive. As you can see, we are not using any of your information.


What's new in 0.94.5?
- Just in case, we have not yet processed a video you are interested in, or you are not fully satisfied with the answer we give, or if the author has not provided an answer, we give you the best answer from ChatGPT Plus.

What's new in 0.95?
- Optimized number of calls made to the Cloud Knowledge Base.                    

Informações Básicas da Extensão

Nome ChatGPT Plus ++ Copilot ChatGPT Plus ++ Copilot
ID nnjninonlognaelpphcmfhjckhlbgnef
URL Oficial https://chromewebstore.google.com/detail/chatgpt-plus-++-copilot/nnjninonlognaelpphcmfhjckhlbgnef
Descrição Get a refresher on unfamiliar terms in any video you watch
Tamanho do Arquivo 89.34 KB
Contagem de Instalações 177
Versão Atual 0.95
Última Atualização 2024-01-20
Data de Publicação 2023-03-13
Classificação 4.75/5 Total de 60 Avaliações
Desenvolvedor RapidKen.AI
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://rapidken.ai
URL da Página de Ajuda https://rapidken.ai/contact-us
URL da Página de Política de Privacidade https://rapidken.ai/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icons": {
            "128": "\/icon\/image_128.png",
            "16": "\/icon\/image_16.png",
            "32": "\/icon\/image_32.png",
            "48": "\/icon\/image_48.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/config.js",
                "\/js\/script.js",
                "\/js\/jaro.js",
                "\/js\/index.js",
                "\/js\/searchUserTerms.js",
                "\/js\/loader.js",
                "\/js\/selection.js",
                "\/js\/firstModal.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "\/icon\/FullColor_IconOnly_128x128.png"
    },
    "manifest_version": 3,
    "name": "ChatGPT Plus ++ Copilot",
    "description": "Get a refresher on unfamiliar terms in any video you watch",
    "version": "0.95",
    "web_accessible_resources": [
        {
            "resources": [
                "notification.html",
                "icon\/*",
                "css\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ],
    "background": {
        "service_worker": "\/js\/background.js"
    }
}