WAT

This script sends tab audio to an Android device

WAT là gì?

WAT là một tiện ích mở rộng Chrome được phát triển bởi jasonshao8, và tính năng chính của nó là "This script sends tab audio to an Android device".

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

Tải xuống các tệp mở rộng WAT 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

                        Have you ever wanted to watch a video on your computer, but be able to move around? Now you can with WAT, Wireless Audio Transmitter. You can simply use this extension to capture your computer's audio and transmit it directly to your phone. It can be set up in less than 30 seconds and the audio channels are secured by access codes.

Multiple clients are also supported so you and your friends can listen with individual headphones without disturbing those around you.                    

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

Tên WAT WAT
ID agiccfedafoadleabfjjoepofialejfg
URL Chính Thức https://chrome.google.com/webstore/detail/agiccfedafoadleabfjjoepofialejfg
Mô tả This script sends tab audio to an Android device
Kích Thước Tệp 56.97 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-05-18
Ngày Phát Hành 2016-05-18
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển jasonshao8
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WAT",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabCapture",
        "*:\/\/159.203.114.155\/*"
    ],
    "background": {
        "scripts": [
            "socket.io.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "description": "This script sends tab audio to an Android device",
    "version": "1.2"
}