Netflix Subtitles Customizer
Ever got annoyed with netflix lack of subtitle options? This extension is for you.
Wat is Netflix Subtitles Customizer?
Netflix Subtitles Customizer is een Chrome-extensie ontwikkeld door kwiniarski97, en de belangrijkste functie is "Ever got annoyed with netflix lack of subtitle options? This extension is for you.".
Extensie Screenshots
Download het CRX-bestand van de extensie Netflix Subtitles Customizer
Download Netflix Subtitles Customizer-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
This extension allows you to customize Netflix.com subtitles. Features: -disable closed captions -...
Basisinformatie over de Extensie
Naam | Netflix Subtitles Customizer |
ID | dfdonoicdcghnjdleacdfjkgpbdmmjnn |
Officiële URL | https://chromewebstore.google.com/detail/netflix-subtitles-customi/dfdonoicdcghnjdleacdfjkgpbdmmjnn |
Beschrijving | Ever got annoyed with netflix lack of subtitle options? This extension is for you. |
Bestandsgrootte | 29.16 KB |
Aantal Installaties | 146 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-10-09 |
Publicatiedatum | 2018-10-09 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | kwiniarski97 |
Betalingswijze | free |
Help Pagina-URL | https://github.com/kwiniarski97/netflix-sub-customizer |
Ondersteunde Talen | 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" ] } ] } |