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…
Co je Accessible Casting?
Accessible Casting je rozšíření Chrome vyvinuté D-Bur Accessibility Extension, a jeho hlavní funkcí je „The Accessible Casting extension, from d-bur Ltd. is designed to allow people that cannot use the mouse to cast videos from YouTube…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Accessible Casting
Stáhněte si soubory rozšíření Accessible Casting ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | nfabhhoacaljndanjmlfgijdnpnjejac |
Oficiální URL | https://chrome.google.com/webstore/detail/accessible-casting/nfabhhoacaljndanjmlfgijdnpnjejac |
Popis | The Accessible Casting extension, from d-bur Ltd. is designed to allow people that cannot use the mouse to cast videos from YouTube… |
Velikost souboru | 41.02 KB |
Počet instalací | 381 |
Aktuální Verze | 1.0.5 |
Poslední Aktualizace | 2018-01-30 |
Datum Vydání | 2018-01-30 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | D-Bur Accessibility Extension |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |