Subkit

Subtitle utilities for language learning.

Subkitとは何ですか?

Subkitはhttps://subkit.netによって開発されたChromeの拡張機能で、その主な機能は「Subtitle utilities for language learning.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Subkit拡張機能のCRXファイルをダウンロード

Subkit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Subkit Subkit
ID nbfimkdbifhjfambljjggekodjlppiad
公式URL https://chromewebstore.google.com/detail/subkit/nbfimkdbifhjfambljjggekodjlppiad
説明 Subtitle utilities for language learning.
ファイルサイズ 377 KB
インストール数 47
現在のバージョン 0.0.0.5
最終更新日 2023-11-14
公開日 2023-10-02
開発者 https://subkit.net
Eメール [email protected]
支払い方法 in_app
プライバシーポリシーページのURL https://subkit.net/privacy
対応言語 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": [
                ""
            ]
        }
    ]
}