Accessible Casting

The Accessible Casting extension, from d-bur Ltd. is designed to allow people that cannot use the mouse to cast videos from YouTube…

什么是Accessible Casting?

Accessible Casting是由D-Bur Accessibility Extension开发的Chrome扩展程序,该扩展的主要功能是“The Accessible Casting extension, from d-bur Ltd. is designed to allow people that cannot use the mouse to cast videos from YouTube…”。

扩展截图

screenshot

下载Accessible Casting扩展crx文件

下载Accessible Casting扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The Accessible Casting extension, from d-bur Ltd. is designed to allow people that cannot use the mouse to cast videos from YouTube to a YouTube TV, using either a TV code or Google Chromecast. 
The definitions that are relevant to the broadcasting computer are defined in the "Options" tab of the extension.                    

扩展基本信息

名称 Accessible Casting Accessible Casting
ID nfabhhoacaljndanjmlfgijdnpnjejac
官方URL https://chrome.google.com/webstore/detail/accessible-casting/nfabhhoacaljndanjmlfgijdnpnjejac
简介 The Accessible Casting extension, from d-bur Ltd. is designed to allow people that cannot use the mouse to cast videos from YouTube…
文件大小 41.02 KB
安装次数 381
当前版本 1.0.5
更新时间 2018-01-30
上架时间 2018-01-30
评分 5.00/5 共4次评分
开发者 D-Bur Accessibility Extension
电子邮箱 [email protected]
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Accessible Casting",
    "version": "1.0.5",
    "icons": {
        "128": "icons\/icon128.png",
        "96": "icons\/icon96.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon16.png"
    },
    "incognito": "split",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "youtube.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "settings\/settings.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ]
}