Netflix Subtitle Options
Netflix Subtitle Options - Improve the visibility of Netflix subtitles
Was ist Netflix Subtitle Options?
Netflix Subtitle Options ist eine Chrome-Erweiterung, die von Alex Rodin entwickelt wurde, und ihr Hauptmerkmal ist "Netflix Subtitle Options - Improve the visibility of Netflix subtitles".
Erweiterungsscreenshots
Netflix Subtitle Options-Erweiterungs-CRX-Datei herunterladen
Laden Sie Netflix Subtitle Options-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
It allows you to configure readable color, background color and font size. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | njkchmhhbhjahniclpoegjnfmkdlbfic |
| Offizielle URL | https://chrome.google.com/webstore/detail/netflix-subtitle-options/njkchmhhbhjahniclpoegjnfmkdlbfic |
| Beschreibung | Netflix Subtitle Options - Improve the visibility of Netflix subtitles |
| Dateigröße | 9.9 KB |
| Installationsanzahl | 3,000 |
| Aktuelle Version | 0.0.2 |
| Letztes Update | 2017-11-14 |
| Veröffentlichungsdatum | 2017-11-14 |
| Bewertung | 3.92/5 Insgesamt 13 Bewertungen |
| Entwickler | Alex Rodin |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |