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…
Apa itu Accessible Casting?
Accessible Casting adalah ekstensi Chrome yang dikembangkan oleh D-Bur Accessibility Extension, dan fitur utamanya adalah "The Accessible Casting extension, from d-bur Ltd. is designed to allow people that cannot use the mouse to cast videos from YouTube…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Accessible Casting
Unduh file ekstensi Accessible Casting dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | nfabhhoacaljndanjmlfgijdnpnjejac |
URL Resmi | https://chrome.google.com/webstore/detail/accessible-casting/nfabhhoacaljndanjmlfgijdnpnjejac |
Deskripsi | The Accessible Casting extension, from d-bur Ltd. is designed to allow people that cannot use the mouse to cast videos from YouTube… |
Ukuran File | 41.02 KB |
Jumlah Instalasi | 381 |
Versi Saat Ini | 1.0.5 |
Terakhir Diperbarui | 2018-01-30 |
Tanggal Publikasi | 2018-01-30 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | D-Bur Accessibility Extension |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |