SUFLI - Netflix subtitles translator
A fun way to learn languages. Watch your favorite shows and translate any word from subtitles by mouse click
Apa itu SUFLI - Netflix subtitles translator?
SUFLI - Netflix subtitles translator adalah ekstensi Chrome yang dikembangkan oleh amidart, dan fitur utamanya adalah "A fun way to learn languages. Watch your favorite shows and translate any word from subtitles by mouse click".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SUFLI - Netflix subtitles translator
Unduh file ekstensi SUFLI - Netflix subtitles translator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
- Use left mouse button to translate a single word. - Use right mouse button to translate a phrase - just right-click on each word. - Multiple dictionaries, multiple directions. - Has subtitles history and you can use translator there too! Feel free to contact me at [email protected]
Informasi Dasar Ekstensi
Nama | SUFLI - Netflix subtitles translator |
ID | glhnfeapdblacaodpihdfcaijfddedec |
URL Resmi | https://chromewebstore.google.com/detail/sufli-netflix-subtitles-t/glhnfeapdblacaodpihdfcaijfddedec |
Deskripsi | A fun way to learn languages. Watch your favorite shows and translate any word from subtitles by mouse click |
Ukuran File | 326 KB |
Jumlah Instalasi | 3,227 |
Versi Saat Ini | 0.9.6 BETA |
Terakhir Diperbarui | 2018-11-26 |
Tanggal Publikasi | 2018-11-26 |
Penilaian | 3.32/5 Total 53 Penilaian |
Pengembang | amidart |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | http://dmitry.artamoshkin.com/privacy.html |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SUFLI - Netflix subtitles translator", "short_name": "SUFLI", "description": "A fun way to learn languages. Watch your favorite shows and translate any word from subtitles by mouse click", "version": "0.9.6", "version_name": "0.9.6 BETA", "icons": { "128": "img\/icon256.png", "256": "img\/icon256.png" }, "background": { "scripts": [ "\/lib\/jquery-2.2.4.min.js", "\/lib\/mustache-2.3.0.min.js", "\/lib\/google-analytics-bundle.js", "\/js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.netflix.com\/*" ], "js": [ "lib\/jquery-2.2.4.min.js", "lib\/netflix.js", "\/js\/content-script-0.js" ], "css": [ "css\/netflix.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ "\/html\/*", "\/img\/*" ], "permissions": [ "storage", "*:\/\/translate.google.com\/*", "*:\/\/api.urbandictionary.com\/*", "*:\/\/glosbe.com\/*", "*:\/\/api.lingualeo.com\/*" ], "optional_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |