Substital: Add subtitles to videos and movies

Add captions to any video or movie on Netflix, Youtube or other platforms.

Substital: Add subtitles to videos and movies là gì?

Substital: Add subtitles to videos and movies là một tiện ích mở rộng Chrome được phát triển bởi https://substital.com, và tính năng chính của nó là "Add captions to any video or movie on Netflix, Youtube or other platforms.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Substital: Add subtitles to videos and movies

Tải xuống các tệp mở rộng Substital: Add subtitles to videos and movies 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

                        Be it on Netflix, HBOMax, Disney+, Amazon Prime, Vimeo, Youtube or any other online streaming website - Our mission is to fill any language gap that exists whether for entertainment, language learning or to make videos accessible to the Deaf and Hard-of-Hearing. 

RECENT UPDATES:
- 21.01.24 Use the new OpenSubtitles API and fix an issue with downloading subtitles
- 12.11.22 Fix issues with HBOMax
- 12.07.22 Fix issues with Amazon prime videos
- 11.03.22 Add support for HBOMax + Layout bug fix for big font size
- 15.02.22 New Design for the popover of the extension
- 15.02.22 Fix bug on mobile Kiwi browser (permission denied)
- 07.12.21 Added support for Disney+
- 07.12.21 Fixed the bug with Netflix new video player. Runs again on Netflix! 

FEATURES:
- Supports Netflix, HBOMax, Disney+, Amazon Prime Video, YouTube, Dailymotion, Vimeo and many other video platforms.
- Can be used on android mobile devices with the Kiwi browser
- Search for subtitles with the built-in-search feature.
- Add your own subtitles with drag and drop (supported format: SubRip (.SRT) or ZIP archive containing a .SRT).
- Manually synchronize the subtitles, if they are out of sync.
- Change the subtitles font size, text colour and background color.
- Supports special characters for languages like Greek or Arabic.
- Substital is passive by default and won't inject anything in the pages you visit. Only YOU decide when to add subtitles to a video.

HOW TO USE: 
- Add the extension to your browser. 
- Pin it, so you can find it easily (Highly recommended).
- Navigate to a website containing a video.
- Click on the Substital extension at the top right of your browser. It will open a pop-over.
- Select the detected video.
- Add subtitles by searching or drop your own file.

Enjoy watching and if you like our product, please leave a review or let us know how we can make Substital even better!

🌞 Happy customers 🌞
“I've tried 9 different desktop media players but none of them display subtitles as accurately on time and precise as Substital” 

“This is an awesome extension for watching things on third party sites, would hundred percent recommend it.”

“Very useful for non native english speakers such as me to watch movies and series in english”

CONTACT:
To report a bug or suggestion: [email protected]
Twitter: @substital 

Substital is completely free, without any ads and no hidden costs.Therefore donations are very appreciated to help me to maintain the extension. Rating and reviewing helps a lot as well.
You can donate here: https://substital.com/donations
or bitcoins here: https://substital.com/donations/btc                    

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

Tên Substital: Add subtitles to videos and movies Substital: Add subtitles to videos and movies
ID kkkbiiikppgjdiebcabomlbidfodipjg
URL Chính Thức https://chromewebstore.google.com/detail/substital-add-subtitles-t/kkkbiiikppgjdiebcabomlbidfodipjg
Mô tả Add captions to any video or movie on Netflix, Youtube or other platforms.
Kích Thước Tệp 1.53 MB
Số Lần Cài Đặt 260,828
Phiên Bản Hiện Tại 2.7.0
Cập Nhật Lần Cuối 2024-01-23
Ngày Phát Hành 2020-06-23
Đánh Giá 4.36/5 Tổng số 2499 Đánh Giá
Nhà Phát Triển https://substital.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://substital.com
Ngôn Ngữ Được Hỗ Trợ de,en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_EXTENSION_TITLE__",
    "short_name": "Substital",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background\/bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "20": "icons\/icon20.png",
            "32": "icons\/icon32.png",
            "38": "icons\/icon38.png",
            "40": "icons\/icon40.png"
        },
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "",
        "storage"
    ],
    "web_accessible_resources": [
        "iframe\/*",
        "modal\/*",
        "css\/*",
        "views\/*",
        "injection\/*",
        "detection\/detectors\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/platform.twitter.com; object-src 'self'",
    "incognito": "split",
    "version": "2.7.0"
}