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…

Accessible Casting क्या है?

Accessible Casting D-Bur Accessibility Extension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Accessible Casting extension, from d-bur Ltd. is designed to allow people that cannot use the mouse to cast videos from YouTube…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Accessible Casting एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Accessible Casting Accessible Casting
ID nfabhhoacaljndanjmlfgijdnpnjejac
आधिकारिक URL https://chrome.google.com/webstore/detail/accessible-casting/nfabhhoacaljndanjmlfgijdnpnjejac
विवरण The Accessible Casting extension, from d-bur Ltd. is designed to allow people that cannot use the mouse to cast videos from YouTube…
फ़ाइल का आकार 41.02 KB
स्थापना संख्या 381
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2018-01-30
प्रकाशन तिथि 2018-01-30
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर D-Bur Accessibility Extension
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}