SignUp - Sign Language for Netflix & Disney+

This extension allows the user to overlay videos of American Sign Language interpreting onto Disney+ and Netflix videos.

O que é SignUp - Sign Language for Netflix & Disney+?

SignUp - Sign Language for Netflix & Disney+ é uma extensão do Chrome desenvolvida por mariellasatow, e sua principal característica é "This extension allows the user to overlay videos of American Sign Language interpreting onto Disney+ and Netflix videos.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SignUp - Sign Language for Netflix & Disney+

Baixe arquivos de extensão SignUp - Sign Language for Netflix & Disney+ 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

                        The SignUp Google Chrome Extension overlays American Sign Language (ASL), British Sign Language (BSL) and Indian Sign Language (ISL) interpretation on the streaming platforms, Disney+ and Netflix, for more accessible captioning. It is a media-accessibility tool as well as a learning tool for students of sign language. SignUp is a fun way for kids (and adults!) to enjoy mainstream movies.

Please contact [email protected] if you encounter any problems                    

Informações Básicas da Extensão

Nome SignUp - Sign Language for Netflix & Disney+ SignUp - Sign Language for Netflix & Disney+
ID gbllbjbhbafgdcolenjhdoabdjjbjoom
URL Oficial https://chromewebstore.google.com/detail/signup-sign-language-for/gbllbjbhbafgdcolenjhdoabdjjbjoom
Descrição This extension allows the user to overlay videos of American Sign Language interpreting onto Disney+ and Netflix videos.
Tamanho do Arquivo 876 KB
Contagem de Instalações 20,000
Versão Atual 2.4.4
Última Atualização 2024-03-01
Data de Publicação 2021-08-10
Classificação 4.68/5 Total de 25 Avaliações
Desenvolvedor mariellasatow
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.signupcaptions.com/
URL da Página de Ajuda https://www.signupcaptions.com/
URL da Página de Política de Privacidade http://aslcaptioning.com/privacy.html
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.4.4",
    "name": "SignUp - Sign Language for Netflix & Disney+",
    "description": "This extension allows the user to overlay videos of American Sign Language interpreting onto Disney+ and Netflix videos.",
    "background": {
        "service_worker": "build\/background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.disneyplus.com\/*",
                "https:\/\/*.netflix.com\/*",
                "https:\/\/*.peacocktv.com\/*",
                "https:\/\/*.hotstar.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery-1.10.2.js",
                "jquery-ui.min.js",
                "build\/contentScript.bundle.js"
            ],
            "css": [
                "build\/content.styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "devtools_page": "build\/devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "nativeVideo\/video.html",
                "build\/content.styles.css",
                "img\/*",
                "src\/images\/*",
                "youtube\/*",
                "fonts\/*"
            ],
            "matches": [
                "https:\/\/*.disneyplus.com\/*",
                "https:\/\/*.netflix.com\/*",
                "https:\/\/*.peacocktv.com\/*",
                "https:\/\/*.hotstar.com\/*",
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ]
}