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 |
官方網址 | 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 |
電子郵箱 | [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" } } |