Subkit

Subtitle utilities for language learning.

What is Subkit?

Subkit is a Chrome extension developed by https://subkit.net, and its main feature is "Subtitle utilities for language learning.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Subkit Extension CRX File

Download Subkit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Subkit Subkit
ID nbfimkdbifhjfambljjggekodjlppiad
Official URL https://chromewebstore.google.com/detail/subkit/nbfimkdbifhjfambljjggekodjlppiad
Description Subtitle utilities for language learning.
File Size 377 KB
Installation Count 47
Current Version 0.0.0.5
Last Updated 2023-11-14
Publish Date 2023-10-02
Developer https://subkit.net
Email [email protected]
Payment Type in_app
Privacy Policy Page URL https://subkit.net/privacy
Supported Languages 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": [
                ""
            ]
        }
    ]
}