Netflix Subtitles Automatic (beta)

Upgrade your Netflix with perfectly-synced subtitles in many languages! No more searching for files or manually syncing.

Τι είναι το Netflix Subtitles Automatic (beta);

Το Netflix Subtitles Automatic (beta) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://supertitle.net, και η κύρια λειτουργία του είναι "Upgrade your Netflix with perfectly-synced subtitles in many languages! No more searching for files or manually syncing.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Netflix Subtitles Automatic (beta)

Λήψη αρχείων επέκτασης Netflix Subtitles Automatic (beta) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        IMPORTANT: Does not work with new Netflix UI. To switch back to old UI: 

1. Goto "Your Account" in the upper-right corner 
2. Select "Settings" 
3. look for "Test Participation", then select "OFF"

Are you frustrated that Netflix doesn't have subtitles in your language?

Supertitle enhances Netflix with a large selection of subtitles. Our translations are crowdsourced from users all over the world. A Netflix subscription is required to use this extension

Safe: The extension doesn’t have access to anything in your Netflix account. It just changes the video application that’s being rendered in your browser. It uses your browser history only to detect navigation to a Netflix video.

Coming soon: Subtitles for more movies and shows are constantly being added. Subtitle content in more languages, improved syncing, compatibility with Amazon Prime and other streaming services.

Supertitle is currently only compatible with Google Chrome. To use Supertitle on TV, configure your television with Chromecast: https://www.google.com/intl/en_us/chromecast/tv/#?discover

Don't forget to comment and review and tell us what you need next.

Contact: https://supertitle.net/subweb/contact/

** Disclaimer ** Netflix is registered trademarks, this extension is not affiliated with Netflix.

We are powered by opensubtitles.org, subsmax.com, thesubdb.com, and more as we grow. Please consider contributing to their site.                    

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

Όνομα Netflix Subtitles Automatic (beta) Netflix Subtitles Automatic (beta)
ID jpgadigdffhcjldfkanacncocacekkie
Επίσημο URL https://chrome.google.com/webstore/detail/netflix-subtitles-automat/jpgadigdffhcjldfkanacncocacekkie
Περιγραφή Upgrade your Netflix with perfectly-synced subtitles in many languages! No more searching for files or manually syncing.
Μέγεθος Αρχείου 91.64 KB
Αριθμός Εγκαταστάσεων 2,000
Τρέχουσα Έκδοση 1.1.35
Τελευταία Ενημέρωση 2019-03-08
Ημερομηνία Δημοσίευσης 2019-03-08
Αξιολόγηση 2.45/5 Συνολικά 31 Αξιολογήσεις
Προγραμματιστής https://supertitle.net
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.supertitle.net
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Subtitles Automatic (beta)",
    "description": "Upgrade your Netflix with perfectly-synced subtitles in many languages! No more searching for files or manually syncing.",
    "version": "1.1.35",
    "author": "Cliff Wong",
    "short_name": "MSFN",
    "permissions": [
        "https:\/\/www.netflix.com\/",
        "storage",
        "activeTab",
        "declarativeContent",
        "tabs",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ]
    },
    "page_action": {
        "default_icon": "img\/icon64.png",
        "default_title": "Help",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/watch\/*"
            ],
            "js": [
                "js\/injector.bundle.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "img\/icon*.png",
        "js\/content.bundle.js",
        "js\/jquery-3.1.min.js",
        "js\/jquery.rateit.min.js",
        "css\/content.css",
        "css\/rateit.css",
        "img\/star.png",
        "img\/delete.gif"
    ]
}