Transcribe YouTube Videos - YTScribe

Watch More Videos Faster. Get Instant Transcriptions of Your Favourite YouTube Videos. 5 Reasons You Will Love YT Scribe: -->…

什么是Transcribe YouTube Videos - YTScribe?

Transcribe YouTube Videos - YTScribe是由firsttrypassing开发的Chrome扩展程序,该扩展的主要功能是“Watch More Videos Faster. Get Instant Transcriptions of Your Favourite YouTube Videos. 5 Reasons You Will Love YT Scribe: -->…”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Transcribe YouTube Videos - YTScribe扩展crx文件

下载Transcribe YouTube Videos - YTScribe扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Watch More Videos Faster. Get Instant Transcriptions of Your Favourite YouTube Videos.

5 Reasons You Will Love YT Scribe:

--> Scan the transcript
--> It's finally readable
--> You get it time-coded
--> Punctuated with Machine Learning
--->Jump to any part of the video
--> Actionable written YouTube videos
--> Consumer YouTube videos twice as fast!
--> Enjoy beautiful punctuated transcripts
--> Watch and read so you don't miss anything

I built YT Scribe because there are  amazing 20min - 2 hours videos that I didn't have the time to watch. 

So this is the perfect tool to keep on top of all my favourite YouTube Podcasts. 

You won't be believe how useful it is!

Install it today, it's free!                    

扩展基本信息

名称 Transcribe YouTube Videos - YTScribe Transcribe YouTube Videos - YTScribe
ID ciomcelfjhlmkhooaifopphccnalmnpk
官方URL https://chromewebstore.google.com/detail/transcribe-youtube-videos/ciomcelfjhlmkhooaifopphccnalmnpk
简介 Watch More Videos Faster. Get Instant Transcriptions of Your Favourite YouTube Videos. 5 Reasons You Will Love YT Scribe: -->…
文件大小 43.36 KB
安装次数 90,000
当前版本 0.7
更新时间 2022-09-01
上架时间 2020-05-29
评分 3.95/5 共235次评分
开发者 firsttrypassing
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ytscribe.com
帮助页面URL https://ytscribe.com
隐私政策页面URL https://reviewbolt.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Transcribe YouTube Videos - YTScribe",
    "version": "0.7",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "back.js"
            ]
        }
    ]
}