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…
Wat is Accessible Casting?
Accessible Casting is een Chrome-extensie ontwikkeld door D-Bur Accessibility Extension, en de belangrijkste functie is "The Accessible Casting extension, from d-bur Ltd. is designed to allow people that cannot use the mouse to cast videos from YouTube…".
Extensie Screenshots
Download het CRX-bestand van de extensie Accessible Casting
Download Accessible Casting-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | nfabhhoacaljndanjmlfgijdnpnjejac |
Officiële URL | https://chrome.google.com/webstore/detail/accessible-casting/nfabhhoacaljndanjmlfgijdnpnjejac |
Beschrijving | The Accessible Casting extension, from d-bur Ltd. is designed to allow people that cannot use the mouse to cast videos from YouTube… |
Bestandsgrootte | 41.02 KB |
Aantal Installaties | 381 |
Huidige Versie | 1.0.5 |
Laatst Bijgewerkt | 2018-01-30 |
Publicatiedatum | 2018-01-30 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | D-Bur Accessibility Extension |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |