Subtitles for netflix
Subtitles for netflix!
Cos'è Subtitles for netflix?
Subtitles for netflix è un'estensione di Chrome sviluppata da mesompi, e la sua funzione principale è "Subtitles for netflix!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Subtitles for netflix
Scarica i file di estensione Subtitles for netflix 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 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. Informazioni di Base sull'Estensione
| Nome | |
| ID | oddfihdjoneffhjjlpgdjaefeklefmdi |
| URL Ufficiale | https://chromewebstore.google.com/detail/subtitles-for-netflix/oddfihdjoneffhjjlpgdjaefeklefmdi |
| Descrizione | Subtitles for netflix! |
| Dimensione del File | 107 KB |
| Conteggio Installazioni | 9,502 |
| Versione Corrente | 0.0.40 |
| Ultimo Aggiornamento | 2021-04-18 |
| Data di Pubblicazione | 2019-02-06 |
| Valutazione | 3.65/5 Totale 68 Valutazioni |
| Sviluppatore | mesompi |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |