Netflix subtitles pop-up
Displays the subtitles in a different window
Hvad er Netflix subtitles pop-up?
Netflix subtitles pop-up er en Chrome-udvidelse udviklet af entibo, og dens hovedfunktion er "Displays the subtitles in a different window".
Udvidelsesskærmbilleder
Download Netflix subtitles pop-up-udvidelses-CRX-fil
Download Netflix subtitles pop-up-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
When you understand most of the dialog but still like having a reference in case you don't get a word or sentence. If you any suggestions/comments about how the subtitles are displayed in the window please let me know !
Grundlæggende oplysninger om udvidelsen
Navn | Netflix subtitles pop-up |
ID | gfldjeiohckdhnpljblnkkbjmmogphnk |
Officiel URL | https://chromewebstore.google.com/detail/netflix-subtitles-pop-up/gfldjeiohckdhnpljblnkkbjmmogphnk |
Beskrivelse | Displays the subtitles in a different window |
Filstørrelse | 38.64 KB |
Antal Installationer | 273 |
Nuværende Version | 1.2 |
Senest Opdateret | 2019-04-20 |
Udgivelsesdato | 2019-04-20 |
Bedømmelse | 4.29/5 Samlet 7 Bedømmelser |
Udvikler | entibo |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix subtitles pop-up", "version": "1.2", "description": "Displays the subtitles in a different window", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*.netflix.com\/*" ], "content_scripts": [ { "js": [ "player.js" ], "matches": [ "*:\/\/*.netflix.com\/watch*" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2 } |