SignUp - Sign Language for Netflix & Disney+

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

SignUp - Sign Language for Netflix & Disney+란 무엇입니까?

SignUp - Sign Language for Netflix & Disney+은(는) mariellasatow에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows the user to overlay videos of American Sign Language interpreting onto Disney+ and Netflix videos."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

SignUp - Sign Language for Netflix & Disney+ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 SignUp - Sign Language for Netflix & Disney+ SignUp - Sign Language for Netflix & Disney+
ID gbllbjbhbafgdcolenjhdoabdjjbjoom
공식 URL https://chromewebstore.google.com/detail/signup-sign-language-for/gbllbjbhbafgdcolenjhdoabdjjbjoom
설명 This extension allows the user to overlay videos of American Sign Language interpreting onto Disney+ and Netflix videos.
파일 크기 876 KB
설치 횟수 20,000
현재 버전 2.4.4
최근 업데이트 2024-03-01
출시 날짜 2021-08-10
평점 4.68/5 총 25 개의 평점
개발자 mariellasatow
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.signupcaptions.com/
도움말 페이지 URL https://www.signupcaptions.com/
개인정보 보호 정책 페이지 URL http://aslcaptioning.com/privacy.html
지원되는 언어 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\/*"
            ]
        }
    ]
}