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 là gì?

Accessible Casting là một tiện ích mở rộng Chrome được phát triển bởi D-Bur Accessibility Extension, và tính năng chính của nó là "The Accessible Casting extension, from d-bur Ltd. is designed to allow people that cannot use the mouse to cast videos from YouTube…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Accessible Casting

Tải xuống các tệp mở rộng Accessible Casting dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Accessible Casting Accessible Casting
ID nfabhhoacaljndanjmlfgijdnpnjejac
URL Chính Thức https://chrome.google.com/webstore/detail/accessible-casting/nfabhhoacaljndanjmlfgijdnpnjejac
Mô tả The Accessible Casting extension, from d-bur Ltd. is designed to allow people that cannot use the mouse to cast videos from YouTube…
Kích Thước Tệp 41.02 KB
Số Lần Cài Đặt 381
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2018-01-30
Ngày Phát Hành 2018-01-30
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển D-Bur Accessibility Extension
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}