Subtitles for netflix
Subtitles for netflix!
Subtitles for netflix là gì?
Subtitles for netflix là một tiện ích mở rộng Chrome được phát triển bởi mesompi, và tính năng chính của nó là "Subtitles for netflix!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Subtitles for netflix
Tải xuống các tệp mở rộng Subtitles for netflix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Subtitles for netflix |
ID | oddfihdjoneffhjjlpgdjaefeklefmdi |
URL Chính Thức | https://chromewebstore.google.com/detail/subtitles-for-netflix/oddfihdjoneffhjjlpgdjaefeklefmdi |
Mô tả | Subtitles for netflix! |
Kích Thước Tệp | 107 KB |
Số Lần Cài Đặt | 9,502 |
Phiên Bản Hiện Tại | 0.0.40 |
Cập Nhật Lần Cuối | 2021-04-18 |
Ngày Phát Hành | 2019-02-06 |
Đánh Giá | 3.65/5 Tổng số 68 Đánh Giá |
Nhà Phát Triển | mesompi |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |