ChatGPT Plus ++ Copilot

Get a refresher on unfamiliar terms in any video you watch

Wat is ChatGPT Plus ++ Copilot?

ChatGPT Plus ++ Copilot is een Chrome-extensie ontwikkeld door RapidKen.AI, en de belangrijkste functie is "Get a refresher on unfamiliar terms in any video you watch".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ChatGPT Plus ++ Copilot

Download ChatGPT Plus ++ Copilot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ChatGPT Plus ++ Copilot ChatGPT Plus ++ Copilot
ID nnjninonlognaelpphcmfhjckhlbgnef
Officiële URL https://chromewebstore.google.com/detail/chatgpt-plus-++-copilot/nnjninonlognaelpphcmfhjckhlbgnef
Beschrijving Get a refresher on unfamiliar terms in any video you watch
Bestandsgrootte 89.34 KB
Aantal Installaties 177
Huidige Versie 0.95
Laatst Bijgewerkt 2024-01-20
Publicatiedatum 2023-03-13
Beoordeling 4.75/5 Totaal 60 Beoordelingen
Ontwikkelaar RapidKen.AI
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://rapidken.ai
Help Pagina-URL https://rapidken.ai/contact-us
URL van de Privacybeleid Pagina https://rapidken.ai/privacy-policy
Ondersteunde Talen 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"
    }
}