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…

Vad är Accessible Casting?

Accessible Casting är en Chrome-tillägg utvecklad av D-Bur Accessibility Extension, och dess huvudfunktion är "The Accessible Casting extension, from d-bur Ltd. is designed to allow people that cannot use the mouse to cast videos from YouTube…".

Tilläggsskärmbilder

screenshot

Ladda ner Accessible Casting-förlängningens CRX-fil

Ladda ner Accessible Casting-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Accessible Casting Accessible Casting
ID nfabhhoacaljndanjmlfgijdnpnjejac
Officiell webbadress https://chrome.google.com/webstore/detail/accessible-casting/nfabhhoacaljndanjmlfgijdnpnjejac
Beskrivning The Accessible Casting extension, from d-bur Ltd. is designed to allow people that cannot use the mouse to cast videos from YouTube…
Filstorlek 41.02 KB
Antal Installationer 381
Aktuell Version 1.0.5
Senast Uppdaterad 2018-01-30
Publiceringsdatum 2018-01-30
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare D-Bur Accessibility Extension
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}