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

YouTube To Text

View on Chrome Web Store
View YouTube To Text Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (396 ratings)
11 new ratings
12 views
This extension has been viewed 12 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 to Text: transcribe youtube video to text, generate accurate youtube transcript. Simplify convert youtube video to text
Type
Extension
Users
200,000 users
100K
denbobscws
View author page of denbobscws
Published
Published on November 7, 2023
Version 2.8.4
Manifest version
3
Updated
Updated on May 31, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View YouTube To Text 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",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.8.4",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnYb+zwjLPbhjLN9VIdthAypd9cO8ewAUzvNXWyC7MLBhALYOv2mH4yUuxZGBGD+ZXgepRWdCO3UjVIjM0Vg0iICe+TbEL76\/mFPqF6qyqVMWWRzlLVlXmU8m7LxDok9Os0UUfFf72CgbqX9fh6CGttijZyeDWTrIvg9DXUFXmTzQH5kHX0kvl7LLQ20nsi5Sn22um4SzBXYtRAKif8ZpZwWnGb6A0Wzee2tfORFLk2lrleX5CJcgDXrtWXjruz0pT1x2j7vQmJntJi+Hz6P1HPOLJCEWPT5DH7BVVChEdv1XFRFdW\/o0xP49gjt0vtz2J9jmKS3dzYsQQwf7fPyYHQIDAQAB",
    "oauth2": {
        "client_id": "1094587915437-2jd7sltp2ebq516mpned1obr0p6lrkmg.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "permissions": [
        "identity",
        "storage"
    ],
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "48": "images\/48x48.png",
            "64": "images\/64x64.png",
            "96": "images\/96x96.png",
            "128": "images\/128x128.png"
        },
        "default_popup": ".\/html\/popup_options\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript\/index.bundle.js"
            ],
            "css": [
                "contentscript\/yt_to_text.css"
            ],
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "contentscript\/index.bundle.js",
                "contentscript\/tag.js"
            ],
            "css": [
                "contentscript\/yt_to_text.css"
            ],
            "all_frames": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "images\/16x16.png",
        "48": "images\/48x48.png",
        "64": "images\/64x64.png",
        "96": "images\/96x96.png",
        "128": "images\/128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "html\/popup_options\/index.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/yt-to-text.com\/*"
        ]
    }
}
© 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