Subkit

Subtitle utilities for language learning.

O que é Subkit?

Subkit é uma extensão do Chrome desenvolvida por https://subkit.net, e sua principal característica é "Subtitle utilities for language learning.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Subkit

Baixe arquivos de extensão Subkit no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Subkit Subkit
ID nbfimkdbifhjfambljjggekodjlppiad
URL Oficial https://chromewebstore.google.com/detail/subkit/nbfimkdbifhjfambljjggekodjlppiad
Descrição Subtitle utilities for language learning.
Tamanho do Arquivo 377 KB
Contagem de Instalações 47
Versão Atual 0.0.0.5
Última Atualização 2023-11-14
Data de Publicação 2023-10-02
Desenvolvedor https://subkit.net
Email [email protected]
Tipo de Pagamento in_app
URL da Página de Política de Privacidade https://subkit.net/privacy
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}