Subkit

Subtitle utilities for language learning.

Subkit là gì?

Subkit là một tiện ích mở rộng Chrome được phát triển bởi https://subkit.net, và tính năng chính của nó là "Subtitle utilities for language learning.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Subkit

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

                        Enhance the subtitles on popular streaming platforms like Netflix, YouTube, Amazon Prime Video, Hulu, and Disney+ (or bring your own subtitles and/or videos to watch locally).  Lookup definitions of words, create Anki cards, and add additional plugins for endless enhancement.                    

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

Tên Subkit Subkit
ID nbfimkdbifhjfambljjggekodjlppiad
URL Chính Thức https://chromewebstore.google.com/detail/subkit/nbfimkdbifhjfambljjggekodjlppiad
Mô tả Subtitle utilities for language learning.
Kích Thước Tệp 377 KB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 0.0.0.5
Cập Nhật Lần Cuối 2023-11-14
Ngày Phát Hành 2023-10-02
Nhà Phát Triển https://subkit.net
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://subkit.net/privacy
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "version": "0.0.0.5",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0Udsy\/wNRJE8ochShMqpgjLVq0deDrWjpzeCgG3sVRi+3Fa3ljiuAYpM+NB07\/fk5kWufxHL1sRzWHXBA8Pcbh7QwLWVfJHtRM2VArEztrj9MZibTKAj5VesTDyIIrGFyv5jbY4ZwBrr\/11KNDZGlUOXHwWYOZpkk4+BF80QAgiJFAIUUVuiPvaOLeGToxGh1Y1HtqbZFFMXT2\/DSmpyfbC5a5sXXi2gQX5t2Y8AgwQ+usaphreeItgtGLSv7FfFMhi8ea3JRqWcFaFdQwEFD1MnquVQIkMvkR2jK+smIPQZidVfR661jL0FCxY6\/w1bAtp1YzmAfxeXRx7WqXKfewIDAQAB",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "video-select.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.subkit.net\/login*",
                "http:\/\/127.0.0.1:4000\/login*"
            ],
            "js": [
                "login.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/*.subkit.net\/payment_success*",
                "http:\/\/127.0.0.1:4000\/payment_success*"
            ],
            "js": [
                "payment-success.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pages\/netflix-page.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "pages\/youtube-page.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "pages\/tver-page.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "pages\/bandai-channel-page.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "pages\/amazon-prime-page.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "pages\/hulu-page.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "pages\/disney-plus-page.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "pages\/unext-page.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "hint-man.gif"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "DownArrow.svg"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "timing-adjustment.html",
                "timing-adjustment.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}