WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
vCaptions: YouTube AI Summary, Dual Subtitles & Transcript

vCaptions: YouTube AI Summary, Dual Subtitles & Transcript

View on Chrome Web Store
View vCaptions: YouTube AI Summary, Dual Subtitles & Transcript Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (170 ratings)
1 new ratings
64 views
This extension has been viewed 64 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.

Get AI summaries, dual subtitles, and downloadable transcripts for YouTube & Bilibili. Translate videos instantly.
Type
Extension
Users
30,000 users
10K
kongkongye
View author page of kongkongye
Published
Published on January 5, 2023
Version 2.1.2
Manifest version
3
Updated
Updated on December 2, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View vCaptions: YouTube AI Summary, Dual Subtitles & Transcript 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",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "2.1.2",
    "author": "kongkongye",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "permissions": [
        "storage",
        "scripting",
        "sidePanel",
        "tabs",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "IFrameCS.26275720.js"
            ],
            "all_frames": true,
            "css": []
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "MainCS.277dcde3.js"
            ],
            "css": []
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "Main.00175a8f.js"
            ],
            "css": []
        }
    ],
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:*\/*",
            "https:\/\/*.vcaptions.com\/*"
        ]
    },
    "options_page": "options.html"
}
© 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