Netflix Subtitles Customizer
Ever got annoyed with netflix lack of subtitle options? This extension is for you.
Cos'è Netflix Subtitles Customizer?
Netflix Subtitles Customizer è un'estensione di Chrome sviluppata da kwiniarski97, e la sua funzione principale è "Ever got annoyed with netflix lack of subtitle options? This extension is for you.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Netflix Subtitles Customizer
Scarica i file di estensione Netflix Subtitles Customizer 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
                        This extension allows you to customize Netflix.com subtitles.
Features: 
-disable closed captions
-...                     Informazioni di Base sull'Estensione
| Nome |  | 
| ID | dfdonoicdcghnjdleacdfjkgpbdmmjnn | 
| URL Ufficiale | https://chromewebstore.google.com/detail/netflix-subtitles-customi/dfdonoicdcghnjdleacdfjkgpbdmmjnn | 
| Descrizione | Ever got annoyed with netflix lack of subtitle options? This extension is for you. | 
| Dimensione del File | 29.16 KB | 
| Conteggio Installazioni | 146 | 
| Versione Corrente | 1.0 | 
| Ultimo Aggiornamento | 2018-10-09 | 
| Data di Pubblicazione | 2018-10-09 | 
| Valutazione | 1.00/5 Totale 1 Valutazioni | 
| Sviluppatore | kwiniarski97 | 
| Tipo di Pagamento | free | 
| URL della Pagina di Aiuto | https://github.com/kwiniarski97/netflix-sub-customizer | 
| Lingue Supportate | en,pl | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Subtitles Customizer",
    "short_name": "NSC",
    "version": "1.0",
    "description": "Ever got annoyed with netflix lack of subtitle options? This extension is for you. ",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "js\/netflix.js"
            ]
        }
    ]
} | |