Netflix Subtitle Options

Netflix Subtitle Options - Improve the visibility of Netflix subtitles

Cos'è Netflix Subtitle Options?

Netflix Subtitle Options è un'estensione di Chrome sviluppata da Alex Rodin, e la sua funzione principale è "Netflix Subtitle Options - Improve the visibility of Netflix subtitles".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Netflix Subtitle Options

Scarica i file di estensione Netflix Subtitle Options 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

                        It allows you to configure readable color, background color and font size.                    

Informazioni di Base sull'Estensione

Nome Netflix Subtitle Options Netflix Subtitle Options
ID njkchmhhbhjahniclpoegjnfmkdlbfic
URL Ufficiale https://chrome.google.com/webstore/detail/netflix-subtitle-options/njkchmhhbhjahniclpoegjnfmkdlbfic
Descrizione Netflix Subtitle Options - Improve the visibility of Netflix subtitles
Dimensione del File 9.9 KB
Conteggio Installazioni 3,000
Versione Corrente 0.0.2
Ultimo Aggiornamento 2017-11-14
Data di Pubblicazione 2017-11-14
Valutazione 3.92/5 Totale 13 Valutazioni
Sviluppatore Alex Rodin
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.htm"
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.htm",
        "default_title": "Netflix Subtitle Options"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Netflix Subtitle Options - Improve the visibility of Netflix subtitles",
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "name": "Netflix Subtitle Options",
    "permissions": [
        "tabs",
        "unlimitedStorage"
    ],
    "version": "0.0.2"
}