WAT

This script sends tab audio to an Android device

WATとは何ですか?

WATはjasonshao8によって開発されたChromeの拡張機能で、その主な機能は「This script sends tab audio to an Android device」です。

WAT拡張機能のCRXファイルをダウンロード

WAT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 WAT WAT
ID agiccfedafoadleabfjjoepofialejfg
公式URL https://chrome.google.com/webstore/detail/agiccfedafoadleabfjjoepofialejfg
説明 This script sends tab audio to an Android device
ファイルサイズ 56.97 KB
インストール数 43
現在のバージョン 1.2
最終更新日 2016-05-18
公開日 2016-05-18
評価 4.00/5 合計 1 レビュー
開発者 jasonshao8
支払い方法 free
対応言語 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"
}