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…

Hvad er Accessible Casting?

Accessible Casting er en Chrome-udvidelse udviklet af D-Bur Accessibility Extension, og dens hovedfunktion er "The Accessible Casting extension, from d-bur Ltd. is designed to allow people that cannot use the mouse to cast videos from YouTube…".

Udvidelsesskærmbilleder

screenshot

Download Accessible Casting-udvidelses-CRX-fil

Download Accessible Casting-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Accessible Casting Accessible Casting
ID nfabhhoacaljndanjmlfgijdnpnjejac
Officiel URL https://chrome.google.com/webstore/detail/accessible-casting/nfabhhoacaljndanjmlfgijdnpnjejac
Beskrivelse The Accessible Casting extension, from d-bur Ltd. is designed to allow people that cannot use the mouse to cast videos from YouTube…
Filstørrelse 41.02 KB
Antal Installationer 381
Nuværende Version 1.0.5
Senest Opdateret 2018-01-30
Udgivelsesdato 2018-01-30
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler D-Bur Accessibility Extension
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}