Netflix subtitles pop-up

Displays the subtitles in a different window

Cos'è Netflix subtitles pop-up?

Netflix subtitles pop-up è un'estensione di Chrome sviluppata da entibo, e la sua funzione principale è "Displays the subtitles in a different window".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Netflix subtitles pop-up

Scarica i file di estensione Netflix subtitles pop-up 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

                        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 !                    

Informazioni di Base sull'Estensione

Nome Netflix subtitles pop-up Netflix subtitles pop-up
ID gfldjeiohckdhnpljblnkkbjmmogphnk
URL Ufficiale https://chromewebstore.google.com/detail/netflix-subtitles-pop-up/gfldjeiohckdhnpljblnkkbjmmogphnk
Descrizione Displays the subtitles in a different window
Dimensione del File 38.64 KB
Conteggio Installazioni 273
Versione Corrente 1.2
Ultimo Aggiornamento 2019-04-20
Data di Pubblicazione 2019-04-20
Valutazione 4.29/5 Totale 7 Valutazioni
Sviluppatore entibo
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}