CaptionCub for YouTube
CaptionCub helps you search through YouTube video captions to find the exact spot you're looking for. Unlock the ability to add…
CaptionCub for YouTubeとは何ですか?
CaptionCub for YouTubeはCaptionCubによって開発されたChromeの拡張機能で、その主な機能は「CaptionCub helps you search through YouTube video captions to find the exact spot you're looking for. Unlock the ability to add…」です。
拡張機能のスクリーンショット
CaptionCub for YouTube拡張機能のCRXファイルをダウンロード
CaptionCub for YouTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
CaptionCub helps you search through YouTube video captions to find the exact spot you're looking for. Unlock the ability to add notes and bookmarks directly onto the best parts of the videos with the premium plan. We think you'll love it, so give it a spin with our free trial. Yes, you may be shocked how you lived without this before.
拡張機能の基本情報
名前 | CaptionCub for YouTube |
ID | pkdljegnjjmeodggngfnbjnkfaaifcbn |
公式URL | https://chromewebstore.google.com/detail/captioncub-for-youtube/pkdljegnjjmeodggngfnbjnkfaaifcbn |
説明 | CaptionCub helps you search through YouTube video captions to find the exact spot you're looking for. Unlock the ability to add… |
ファイルサイズ | 162 KB |
インストール数 | 18 |
現在のバージョン | 0.3.8 |
最終更新日 | 2021-12-22 |
公開日 | 2021-08-20 |
評価 | 4.40/5 合計 5 レビュー |
開発者 | CaptionCub |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://captioncub.com/ |
ヘルプページのURL | https://captioncub.freshdesk.com/support/home |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CaptionCub for YouTube", "version": "0.3.8", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "\/static\/css\/main.css" ], "js": [ "\/static\/js\/main.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |