Subkit

Subtitle utilities for language learning.

Was ist Subkit?

Subkit ist eine Chrome-Erweiterung, die von https://subkit.net entwickelt wurde, und ihr Hauptmerkmal ist "Subtitle utilities for language learning.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Subkit-Erweiterungs-CRX-Datei herunterladen

Laden Sie Subkit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Subkit Subkit
ID nbfimkdbifhjfambljjggekodjlppiad
Offizielle URL https://chromewebstore.google.com/detail/subkit/nbfimkdbifhjfambljjggekodjlppiad
Beschreibung Subtitle utilities for language learning.
Dateigröße 377 KB
Installationsanzahl 47
Aktuelle Version 0.0.0.5
Letztes Update 2023-11-14
Veröffentlichungsdatum 2023-10-02
Entwickler https://subkit.net
E-Mail [email protected]
Zahlungsart in_app
URL der Datenschutzrichtlinien-Seite https://subkit.net/privacy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}