Netflix subtitles pop-up
Displays the subtitles in a different window
Wat is Netflix subtitles pop-up?
Netflix subtitles pop-up is een Chrome-extensie ontwikkeld door entibo, en de belangrijkste functie is "Displays the subtitles in a different window".
Extensie Screenshots
Download het CRX-bestand van de extensie Netflix subtitles pop-up
Download Netflix subtitles pop-up-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 ! Basisinformatie over de Extensie
| Naam | |
| ID | gfldjeiohckdhnpljblnkkbjmmogphnk |
| Officiële URL | https://chromewebstore.google.com/detail/netflix-subtitles-pop-up/gfldjeiohckdhnpljblnkkbjmmogphnk |
| Beschrijving | Displays the subtitles in a different window |
| Bestandsgrootte | 38.64 KB |
| Aantal Installaties | 273 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2019-04-20 |
| Publicatiedatum | 2019-04-20 |
| Beoordeling | 4.29/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | entibo |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |