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ファイルをダウンロード

ChatGPT Plus ++ Copilot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}