+Sub

Load subtitle to a HTML5 video.

Τι είναι το +Sub;

Το +Sub είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον stefan.breitenstein, και η κύρια λειτουργία του είναι "Load subtitle to a HTML5 video.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης +Sub

Λήψη αρχείων επέκτασης +Sub σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Load subtitle into any video.

Add a subtitle, with a few clicks, to the current video.

By using +Sub, you can search and select your desired subtitle which will be displayed on the video.

This plugin supports Amazon Video, Netflix, Youtube and many more.

You can either way to use the built-in search (powered by tmdb and opensubtitles), to search your desired movie in the desired language
or you can simply use your local subtitle files.

+Sub has the capability to synchronize the subtitle with the given video.
You can simply adjust the offset time in the +Sub dialog, which will directly applied to the subtitle.

+Sub has can show the transcript from the given subtitle, which is even copyable with shift+left-click.
You can also jump to the given time point in the video with a click into the transcript.

Following formats are supported:
 - *.srt
 - *.vtt
 - *.ass
 - *.ssa

+Sub supports the iframes, like embedded youtube videos in a blog.

Github:
www.github.com/plussub/plussub

If you have questions don't bother to join me in Discord:
https://discord.gg/sEEeu5r9Nb                    

Βασικές Πληροφορίες Επέκτασης

Όνομα +Sub +Sub
ID lpobdmdfgjokempajoobgfdnhjbjlnpm
Επίσημο URL https://chromewebstore.google.com/detail/+sub/lpobdmdfgjokempajoobgfdnhjbjlnpm
Περιγραφή Load subtitle to a HTML5 video.
Μέγεθος Αρχείου 738 KB
Αριθμός Εγκαταστάσεων 11,722
Τρέχουσα Έκδοση 6.5.2
Τελευταία Ενημέρωση 2023-10-03
Ημερομηνία Δημοσίευσης 2018-11-13
Αξιολόγηση 3.88/5 Συνολικά 109 Αξιολογήσεις
Προγραμματιστής stefan.breitenstein
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "+Sub",
    "version": "6.5.2",
    "manifest_version": 3,
    "description": "Load subtitle to a HTML5 video.",
    "author": "Stefan Breitenstein",
    "icons": {
        "16": "res\/icons\/logo16.png",
        "48": "res\/icons\/logo48.png",
        "128": "res\/icons\/logo128.png"
    },
    "action": {
        "default_icon": {
            "16": "res\/icons\/logo16.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "minimum_chrome_version": "88",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "permissions": [
        "webNavigation",
        "scripting",
        "storage",
        "activeTab"
    ]
}