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 to jest Accessible Casting?
Accessible Casting to rozszerzenie Chrome opracowane przez D-Bur Accessibility Extension, a jego główną funkcją jest „The Accessible Casting extension, from d-bur Ltd. is designed to allow people that cannot use the mouse to cast videos from YouTube…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Accessible Casting
Pobierz pliki rozszerzeń Accessible Casting w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nfabhhoacaljndanjmlfgijdnpnjejac |
Oficjalny URL | https://chrome.google.com/webstore/detail/accessible-casting/nfabhhoacaljndanjmlfgijdnpnjejac |
Opis | The Accessible Casting extension, from d-bur Ltd. is designed to allow people that cannot use the mouse to cast videos from YouTube… |
Rozmiar pliku | 41.02 KB |
Liczba instalacji | 381 |
Aktualna Wersja | 1.0.5 |
Ostatnia Aktualizacja | 2018-01-30 |
Data Publikacji | 2018-01-30 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | D-Bur Accessibility Extension |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |