Subtitles for netflix
Subtitles for netflix!
Wat is Subtitles for netflix?
Subtitles for netflix is een Chrome-extensie ontwikkeld door mesompi, en de belangrijkste functie is "Subtitles for netflix!".
Extensie Screenshots
Download het CRX-bestand van de extensie Subtitles for netflix
Download Subtitles for netflix-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 enables multiple subtitles on netflix!
* Load multiple subtitles from netflix!
* Customize font sizes, colors and position!
* Upload your srt and dfxp files!
* Sync your uploaded subtitles visually (SRT or DFXP files)
New features in version 0.0.35!
* Now the extension saves the font-size, color and order of subtitles.
Ideal for foreign language learners. Basisinformatie over de Extensie
| Naam | |
| ID | oddfihdjoneffhjjlpgdjaefeklefmdi |
| Officiële URL | https://chromewebstore.google.com/detail/subtitles-for-netflix/oddfihdjoneffhjjlpgdjaefeklefmdi |
| Beschrijving | Subtitles for netflix! |
| Bestandsgrootte | 107 KB |
| Aantal Installaties | 9,502 |
| Huidige Versie | 0.0.40 |
| Laatst Bijgewerkt | 2021-04-18 |
| Publicatiedatum | 2019-02-06 |
| Beoordeling | 3.65/5 Totaal 68 Beoordelingen |
| Ontwikkelaar | mesompi |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "Subtitles for netflix!"
},
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"jquery.min.js",
"prepare.js",
"angular.min.js",
"ng-file-model.min.js",
"utils.js",
"controller.js"
],
"matches": [
"https:\/\/www.netflix.com\/*"
],
"runAt": "document_start"
}
],
"description": "Subtitles for netflix!",
"icons": {
"128": "icon_128.png"
},
"manifest_version": 2,
"name": "Subtitles for netflix",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.0.40"
} | |