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…
What is Accessible Casting?
Accessible Casting is a Chrome extension developed by D-Bur Accessibility Extension, and its main feature is "The Accessible Casting extension, from d-bur Ltd. is designed to allow people that cannot use the mouse to cast videos from YouTube…".
Extension Screenshots
Download Accessible Casting Extension CRX File
Download Accessible Casting extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | nfabhhoacaljndanjmlfgijdnpnjejac |
Official URL | https://chrome.google.com/webstore/detail/accessible-casting/nfabhhoacaljndanjmlfgijdnpnjejac |
Description | The Accessible Casting extension, from d-bur Ltd. is designed to allow people that cannot use the mouse to cast videos from YouTube… |
File Size | 41.02 KB |
Installation Count | 381 |
Current Version | 1.0.5 |
Last Updated | 2018-01-30 |
Publish Date | 2018-01-30 |
Rating | 5.00/5 Total 4 Ratings |
Developer | D-Bur Accessibility Extension |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |