ChatGPT Plus ++ Copilot

Get a refresher on unfamiliar terms in any video you watch

ChatGPT Plus ++ Copilot란 무엇입니까?

ChatGPT Plus ++ Copilot은(는) RapidKen.AI에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get a refresher on unfamiliar terms in any video you watch"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ChatGPT Plus ++ Copilot 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 ChatGPT Plus ++ Copilot ChatGPT Plus ++ Copilot
ID nnjninonlognaelpphcmfhjckhlbgnef
공식 URL https://chromewebstore.google.com/detail/chatgpt-plus-++-copilot/nnjninonlognaelpphcmfhjckhlbgnef
설명 Get a refresher on unfamiliar terms in any video you watch
파일 크기 89.34 KB
설치 횟수 177
현재 버전 0.95
최근 업데이트 2024-01-20
출시 날짜 2023-03-13
평점 4.75/5 총 60 개의 평점
개발자 RapidKen.AI
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://rapidken.ai
도움말 페이지 URL https://rapidken.ai/contact-us
개인정보 보호 정책 페이지 URL https://rapidken.ai/privacy-policy
지원되는 언어 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"
    }
}