WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
TransParrot: YouTube Translate & Dual Subtitles

TransParrot: YouTube Translate & Dual Subtitles

View on Chrome Web Store
View TransParrot: YouTube Translate & Dual Subtitles Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (15 ratings)
1 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.

Translate YouTube videos with AI-powered subtitles. dual/bilingual subtitles and natural text-to-speech.
Type
Extension
Users
670 users
4
xtransparrot
View author page of xtransparrot
Published
Published on June 4, 2025
Version 1.0.3
Manifest version
3
Updated
Updated on July 8, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View TransParrot: YouTube Translate & Dual Subtitles 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_appName__",
    "version": "1.0.3",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.googletagmanager.com\/*",
        "*:\/\/*.google-analytics.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "bridge.js"
            ],
            "world": "MAIN",
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "page_script_get_track.js",
                "page-script.js",
                "icons\/*",
                "node_modules\/@supabase\/supabase-js\/*"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}
© 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