WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YouTube Text Tools

YouTube Text Tools

View on Chrome Web Store
View YouTube Text Tools Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (86 ratings)
1 new ratings
23 views
This extension has been viewed 23 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

YouTube Text Tools (TT): convert YouTube video to text. Watch YouTube video with transcript in any language. Get transcript summary.
Type
Extension
Users
5,000 users
1K
m4d.smith
View author page of m4d.smith
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 13, 2024
Version 1.2.9
Manifest version
3
Updated
Updated on June 13, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View YouTube Text Tools Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "version": "1.2.9",
    "default_locale": "en",
    "permissions": [
        "storage",
        "webRequest"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtu.be\/*",
                "https:\/\/www.youtu.be\/*",
                "https:\/\/www.youtube-nocookie.com\/*",
                "https:\/\/youtube-nocookie.com\/*",
                "https:\/\/www.youtube.com\/embed\/*",
                "https:\/\/youtube.com\/embed\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css",
                "hint.base.min.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/www.youtube.com\/timedtext*"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top