Netflix Bilingual Subtitles
Bilingual Subtitles for Netflix
Τι είναι το Netflix Bilingual Subtitles;
Το Netflix Bilingual Subtitles είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://netflixsubs.app, και η κύρια λειτουργία του είναι "Bilingual Subtitles for Netflix".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Netflix Bilingual Subtitles
Λήψη αρχείων επέκτασης Netflix Bilingual Subtitles σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Perfect support for Netflix bilingual subtitles! ★ Bilingual subtitles ★ Keyboard shortcuts ★ Custom styles ★ Image based subtitles ★ Selectable subtitles ★ Japanese text conversion ★ Dictation mode ★ Use your own subtitles ★ Download subtitles ★ Subtitle editor Before downloading: This extension requires a subscription to access all features. How to use: 1. Install extension 2. Go to the Netflix watch page 3. Select secondary subtitle through the subtitle menu 4. That's it! Documentation: https://netflixsubs.app/docs/netflix/intro - Netflix is a registered trademark. This extension is not affiliated with Netflix - This plugin will not access your personal information, including but not limited to account information, browsing history, user activities, etc. - Some subtitles (such as Chinese、Japanese or Hebrew) may take some time to download - If you don’t have enough storage space, you may not be able to download subtitles - As the extension review takes time, updates / bug fixes may take a few days or longer to be available, thank you for your patience. - If you encounter any problems, please feel free to contact us : )
Βασικές Πληροφορίες Επέκτασης
Όνομα | Netflix Bilingual Subtitles |
ID | ociifpecaephgjmjlkepjmiemcjidbgn |
Επίσημο URL | https://chromewebstore.google.com/detail/netflix-bilingual-subtitl/ociifpecaephgjmjlkepjmiemcjidbgn |
Περιγραφή | Bilingual Subtitles for Netflix |
Μέγεθος Αρχείου | 17.12 MB |
Αριθμός Εγκαταστάσεων | 54,684 |
Τρέχουσα Έκδοση | 7.9 |
Τελευταία Ενημέρωση | 2024-02-24 |
Ημερομηνία Δημοσίευσης | 2021-10-15 |
Αξιολόγηση | 3.00/5 Συνολικά 104 Αξιολογήσεις |
Προγραμματιστής | https://netflixsubs.app |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Ιστότοπος Επέκτασης | https://netflixsubs.app/docs/netflix/intro |
Διεύθυνση URL της Σελίδας Βοήθειας | https://netflixsubs.app/docs/netflix/intro |
URL της Σελίδας Πολιτικής Απορρήτου | https://netflixsubs.app/privacy |
Υποστηριζόμενες Γλώσσες | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "7.9", "manifest_version": 3, "background": { "service_worker": "background.min.js" }, "permissions": [ "tabs", "storage", "scripting" ], "host_permissions": [ "https:\/\/*.netflix.com\/*" ], "icons": { "16": "image\/logo\/16x16.png", "24": "image\/logo\/24x24.png", "32": "image\/logo\/32x32.png", "48": "image\/logo\/48x48.png", "64": "image\/logo\/64x64.png", "128": "image\/logo\/128x128.png", "256": "image\/logo\/256x256.png", "512": "image\/logo\/512x512.png" }, "action": { "default_icon": { "16": "image\/logo-gray\/16x16.png", "24": "image\/logo-gray\/24x24.png", "32": "image\/logo-gray\/32x32.png", "48": "image\/logo-gray\/48x48.png", "64": "image\/logo-gray\/64x64.png", "128": "image\/logo-gray\/128x128.png", "256": "image\/logo-gray\/256x256.png", "512": "image\/logo-gray\/512x512.png" }, "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "web_accessible_resources": [ { "resources": [ "subs.min.js", "third.min.js", "css\/subs.css", "css\/learning.css", "dict\/*", "resource\/kuroshiro.min.js", "resource\/kuroshiro-analyzer-kuromoji.min.js", "resource\/audio\/click.mp3", "resource\/json\/5k-1.json", "resource\/json\/5k-2.json", "resource\/json\/5k-3.json", "resource\/json\/5k-4.json", "image\/icon\/plus-circle.svg", "image\/icon\/dash-circle.svg", "image\/icon\/arrow-counterclockwise.svg", "image\/icon\/play-circle.svg", "image\/icon\/scissors.svg", "image\/icon\/dash.svg", "image\/icon\/plus.svg", "image\/icon\/plus-square.svg", "image\/icon\/x-square.svg", "image\/icon\/file-earmark-arrow-down.svg", "image\/icon\/file-earmark-arrow-up.svg", "image\/icon\/star.svg", "image\/icon\/star-fill.svg", "image\/icon\/robot.svg", "image\/icon\/soundwave.svg", "image\/icon\/bookmarks.svg", "image\/icon\/pencil-square.svg", "image\/viseme\/*" ], "matches": [ "https:\/\/*.netflix.com\/*" ] }, { "resources": [ "login-ok.html" ], "matches": [ "https:\/\/*.netflixsubs.app\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*.netflix.com\/*" ], "js": [ "content.min.js" ] }, { "matches": [ "https:\/\/*.netflixsubs.app\/login*" ], "js": [ "pickup.min.js" ] } ] } |