accessibility.video

Enables accessibility options for various video players on the web based on user preferences

accessibility.videoとは何ですか?

accessibility.videoはscribit.proによって開発されたChromeの拡張機能で、その主な機能は「Enables accessibility options for various video players on the web based on user preferences」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        At the user's request, this plug-in automatically enables subtitles or audio description when available in the videoplayer. The free plug-in features one-click installation and only needs to be set up once. The Video Accessibility Plug-in is compatible with all known browsers.

More and more companies, governments, and organisations are making an effort to be accessible to all, both in the real world and online. Thanks to the global implementation of the UN Convention on the Rights of Persons with Disabilities, inclusive thinking and entrepreneurship is increasingly becoming the norm. 

Audio description and subtitles help people with a visual or hearing impairment to fully enjoy videos. Audio description consists of a voice that takes advantage of moments when there is no speaking to describe what is shown in the video. This way, people who are blind or visually impaired are well able to follow the whole story. 

The new Video Accessibility Plug-in does not require users to select one of these accessibility options every time they play an online video. Just downloading the plug-in once is all that is needed. automatically searches for and enables audio description and subtitles. 

A large majority of Internet users all over the world does not yet benefit from accessible videos. With this plug-in, we want to make a concrete contribution to changing this, directly in the interest of users. Especially for blind users, who need a screen reader and tab key to browse the page, a plug-in is extremely useful.                    

拡張機能の基本情報

名前 accessibility.video accessibility.video
ID afbachhofimmbfkoddikkidheelbandd
公式URL https://chromewebstore.google.com/detail/accessibilityvideo/afbachhofimmbfkoddikkidheelbandd
説明 Enables accessibility options for various video players on the web based on user preferences
ファイルサイズ 162 KB
インストール数 226
現在のバージョン 1.4.9
最終更新日 2023-04-11
公開日 2021-07-12
評価 3.67/5 合計 3 レビュー
開発者 scribit.pro
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://accessibility.video
プライバシーポリシーページのURL https://scribit.pro/home/privacy
対応言語 en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "accessibility.video",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/accessibility.video",
    "version": "1.4.9",
    "manifest_version": 3,
    "icons": {
        "16": "icon-16x16.png",
        "32": "icon-32x32.png",
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "pages\/options.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_matches": [
                "http:\/\/player.vimeo.com\/static\/*",
                "https:\/\/player.vimeo.com\/static\/*"
            ],
            "matches": [
                "http:\/\/vimeo.com\/*",
                "https:\/\/vimeo.com\/*",
                "http:\/\/player.vimeo.com\/*",
                "https:\/\/player.vimeo.com\/*"
            ],
            "js": [
                "foreground-vimeo.js"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "http:\/\/m.youtube.com\/*",
                "https:\/\/m.youtube.com\/*",
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube-nocookie.com\/*",
                "https:\/\/www.youtube-nocookie.com\/*"
            ],
            "js": [
                "foreground-youtube.js"
            ]
        },
        {
            "all_frames": true,
            "exclude_matches": [
                "http:\/\/vimeo.com\/*",
                "https:\/\/vimeo.com\/*",
                "http:\/\/player.vimeo.com\/*",
                "https:\/\/player.vimeo.com\/*",
                "http:\/\/m.youtube.com\/*",
                "https:\/\/m.youtube.com\/*",
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube-nocookie.com\/*",
                "https:\/\/www.youtube-nocookie.com\/*",
                "https:\/\/plus.google.com\/hangouts\/*",
                "https:\/\/hangouts.google.com\/*",
                "https:\/\/meet.google.com\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "foreground-common.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/fonts\/scribit-icons.svg",
                "assets\/fonts\/scribit-icons.ttf",
                "assets\/fonts\/scribit-icons.woff",
                "assets\/images\/logo.png",
                "assets\/images\/icon.svg",
                "assets\/styles\/variables.css",
                "video-accessibility.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}