Ultimate Video Translator

Real-time video translator using Google Translate.

Ultimate Video Translator là gì?

Ultimate Video Translator là một tiện ích mở rộng Chrome được phát triển bởi utimate-vide-group, và tính năng chính của nó là "Real-time video translator using Google Translate.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ultimate Video Translator

Tải xuống các tệp mở rộng Ultimate Video Translator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        New features: Download Youtube video subtitles, Share video links on many social networks.

Real-time video translator using Google Translate.
Ultimate Video Translator, the ultimate solution for all your translation needs while browsing the web. This innovative tool harnesses the power of Google Translate to translate captions or any element on a page, providing seamless integration with popular video streaming platforms such as YouTube, NRKTV, and more.

Here's how it works:
1- Select your preferred language from the options available.
2- Click the "Start" button to activate the translation feature.
3- Double-click or (press the Ctrl key and left-click) on any element to translate it instantly.

For a seamless translation experience on YouTube, simply select your preferred language and click the "Translate YouTube Caption" button. It's that easy!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ultimate Video Translator Ultimate Video Translator
ID bboamecjefgpaemgfpcjeediamdnkklc
URL Chính Thức https://chromewebstore.google.com/detail/ultimate-video-translator/bboamecjefgpaemgfpcjeediamdnkklc
Mô tả Real-time video translator using Google Translate.
Kích Thước Tệp 328 KB
Số Lần Cài Đặt 53,696
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2023-06-30
Ngày Phát Hành 2020-10-17
Đánh Giá 2.76/5 Tổng số 33 Đánh Giá
Nhà Phát Triển utimate-vide-group
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/chat-gpt-extenson/home
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ultimate Video Translator",
    "description": "Real-time video translator using Google Translate.",
    "version": "0.1.4",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_icon": "icon-16.png",
        "default_popup": "popup.html",
        "default_title": "Ultimate Video Translator"
    },
    "background": {
        "service_worker": "\/js\/background.bundle.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.bundle.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.twitter.com\/*",
        "*:\/\/twitter.com\/*",
        "*:\/\/*.linkedin.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "js\/content-script.bundle.js"
            ]
        }
    ]
}