WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
iTour Video Translation

iTour Video Translation

View on Chrome Web Store
View iTour Video Translation Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (1,970 ratings)
1 new ratings
60 views
This extension has been viewed 60 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.

This extension translates video's audio on the current tab to your own language
Type
Extension
Users
50,000 users
10K
iTourTranslator
View author page of iTourTranslator
Published
Published on December 15, 2021
Version 2.0.9
Manifest version
3
Updated
Updated on March 5, 2025
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View iTour Video Translation 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": "iTour Video Translation",
    "version": "2.0.9",
    "description": "This extension translates video's audio on the current tab to your own language",
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "icons": {
        "16": "static\/img\/app_icon.png",
        "19": "static\/img\/app_icon.png",
        "38": "static\/img\/app_icon.png",
        "48": "static\/img\/app_icon.png",
        "128": "static\/img\/app_icon.png"
    },
    "action": {
        "default_icon": "static\/img\/app_icon.png",
        "default_title": "iTour Video Translation",
        "default_popup": "popup.html"
    },
    "options_page": "option.html",
    "background": {
        "service_worker": "background.main.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "content.main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "downloads",
        "unlimitedStorage",
        "cookies",
        "desktopCapture"
    ]
}
© 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