ChatGPT Plus ++ Copilot

Get a refresher on unfamiliar terms in any video you watch

Apa itu ChatGPT Plus ++ Copilot?

ChatGPT Plus ++ Copilot adalah ekstensi Chrome yang dikembangkan oleh RapidKen.AI, dan fitur utamanya adalah "Get a refresher on unfamiliar terms in any video you watch".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi ChatGPT Plus ++ Copilot

Unduh file ekstensi ChatGPT Plus ++ Copilot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ChatGPT Plus ++ Copilot ChatGPT Plus ++ Copilot
ID nnjninonlognaelpphcmfhjckhlbgnef
URL Resmi https://chromewebstore.google.com/detail/chatgpt-plus-++-copilot/nnjninonlognaelpphcmfhjckhlbgnef
Deskripsi Get a refresher on unfamiliar terms in any video you watch
Ukuran File 89.34 KB
Jumlah Instalasi 177
Versi Saat Ini 0.95
Terakhir Diperbarui 2024-01-20
Tanggal Publikasi 2023-03-13
Penilaian 4.75/5 Total 60 Penilaian
Pengembang RapidKen.AI
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://rapidken.ai
URL Halaman Bantuan https://rapidken.ai/contact-us
URL Halaman Kebijakan Privasi https://rapidken.ai/privacy-policy
Bahasa yang Didukung 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"
    }
}