NflxMultiSubs_ST
Bilingual Subtitles & Enhanced Experiences for Netflix with steroids. Quick access keys: V = Go back and play until you find the…
Cos'è NflxMultiSubs_ST?
NflxMultiSubs_ST è un'estensione di Chrome sviluppata da thefantas, e la sua funzione principale è "Bilingual Subtitles & Enhanced Experiences for Netflix with steroids. Quick access keys: V = Go back and play until you find the…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NflxMultiSubs_ST
Scarica i file di estensione NflxMultiSubs_ST in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | fimfonlianpegplhioddaemkldfbnbmo |
URL Ufficiale | https://chromewebstore.google.com/detail/nflxmultisubsst/fimfonlianpegplhioddaemkldfbnbmo |
Descrizione | Bilingual Subtitles & Enhanced Experiences for Netflix with steroids. Quick access keys: V = Go back and play until you find the… |
Dimensione del File | 124 KB |
Conteggio Installazioni | 171 |
Versione Corrente | 2.1.2 |
Ultimo Aggiornamento | 2021-02-04 |
Data di Pubblicazione | 2020-05-03 |
Sviluppatore | thefantas |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |