NflxMultiSubs_ST
Bilingual Subtitles & Enhanced Experiences for Netflix with steroids. Quick access keys: V = Go back and play until you find the…
Was ist NflxMultiSubs_ST?
NflxMultiSubs_ST ist eine Chrome-Erweiterung, die von thefantas entwickelt wurde, und ihr Hauptmerkmal ist "Bilingual Subtitles & Enhanced Experiences for Netflix with steroids. Quick access keys: V = Go back and play until you find the…".
Erweiterungsscreenshots
NflxMultiSubs_ST-Erweiterungs-CRX-Datei herunterladen
Laden Sie NflxMultiSubs_ST-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Bilingual Subtitles & Enhanced Experiences for Netflix with steroids. Quick access keys: V = Go back and play until you find the beginning of the last dialogue. B = Go back and play 3s. N = Forward and play 3s.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fimfonlianpegplhioddaemkldfbnbmo |
Offizielle URL | https://chromewebstore.google.com/detail/nflxmultisubsst/fimfonlianpegplhioddaemkldfbnbmo |
Beschreibung | Bilingual Subtitles & Enhanced Experiences for Netflix with steroids. Quick access keys: V = Go back and play until you find the… |
Dateigröße | 124 KB |
Installationsanzahl | 171 |
Aktuelle Version | 2.1.2 |
Letztes Update | 2021-02-04 |
Veröffentlichungsdatum | 2020-05-03 |
Entwickler | thefantas |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "NflxMultiSubs_ST", "version": "2.1.2", "name": "NflxMultiSubs_ST", "manifest_version": 2, "author": "TheFantas", "permissions": [ "storage", "https:\/\/www.netflix.com\/watch\/*", "https:\/\/assets.nflxext.com\/*" ], "background": { "scripts": [ "background.min.js" ] }, "browser_action": { "default_icon": "icon-gray.png", "default_popup": "settings.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "128": "icon128.png", "512": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "js": [ "content.min.js" ], "run_at": "document_start" } ], "externally_connectable": { "matches": [ "https:\/\/www.netflix.com\/*" ] }, "web_accessible_resources": [ "nflxmultisubs.min.js" ] } |