Netflix subtitles pop-up

Displays the subtitles in a different window

Netflix subtitles pop-up là gì?

Netflix subtitles pop-up là một tiện ích mở rộng Chrome được phát triển bởi entibo, và tính năng chính của nó là "Displays the subtitles in a different window".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Netflix subtitles pop-up

Tải xuống các tệp mở rộng Netflix subtitles pop-up 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

                        When you understand most of the dialog but still like having a reference in case you don't get a word or sentence.

If you any suggestions/comments about how the subtitles are displayed in the window please let me know !                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Netflix subtitles pop-up Netflix subtitles pop-up
ID gfldjeiohckdhnpljblnkkbjmmogphnk
URL Chính Thức https://chromewebstore.google.com/detail/netflix-subtitles-pop-up/gfldjeiohckdhnpljblnkkbjmmogphnk
Mô tả Displays the subtitles in a different window
Kích Thước Tệp 38.64 KB
Số Lần Cài Đặt 273
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-04-20
Ngày Phát Hành 2019-04-20
Đánh Giá 4.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển entibo
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix subtitles pop-up",
    "version": "1.2",
    "description": "Displays the subtitles in a different window",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/*.netflix.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "player.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/watch*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}