Netflix Subtitle Options
Netflix Subtitle Options - Improve the visibility of Netflix subtitles
Wat is Netflix Subtitle Options?
Netflix Subtitle Options is een Chrome-extensie ontwikkeld door Alex Rodin, en de belangrijkste functie is "Netflix Subtitle Options - Improve the visibility of Netflix subtitles".
Extensie Screenshots
Download het CRX-bestand van de extensie Netflix Subtitle Options
Download Netflix Subtitle Options-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
It allows you to configure readable color, background color and font size.
Basisinformatie over de Extensie
Naam | |
ID | njkchmhhbhjahniclpoegjnfmkdlbfic |
Officiële URL | https://chrome.google.com/webstore/detail/netflix-subtitle-options/njkchmhhbhjahniclpoegjnfmkdlbfic |
Beschrijving | Netflix Subtitle Options - Improve the visibility of Netflix subtitles |
Bestandsgrootte | 9.9 KB |
Aantal Installaties | 3,000 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2017-11-14 |
Publicatiedatum | 2017-11-14 |
Beoordeling | 3.92/5 Totaal 13 Beoordelingen |
Ontwikkelaar | Alex Rodin |
Betalingswijze | free |
Ondersteunde Talen | 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" } |