Wireless Audio Transfer

This extension allows you to play tab audio on another device.

Apa itu Wireless Audio Transfer?

Wireless Audio Transfer adalah ekstensi Chrome yang dikembangkan oleh Eddy Gao, dan fitur utamanya adalah "This extension allows you to play tab audio on another device.".

Unduh Berkas CRX Ekstensi Wireless Audio Transfer

Unduh file ekstensi Wireless Audio Transfer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This extension allows you to send audio from a Chrome tab to another device (e.g. an Android device or another computer). Just click the extension button to create a room, then visit the provided URL and enter the room code in order to connect. Multiple users can connect to the same room simultaneously.

Use cases:
- your computer doesn't have working speakers
- you and a friend both want to hear the audio through your own earbuds
- you want to use earbuds but sit far away from your computer                    

Informasi Dasar Ekstensi

Nama Wireless Audio Transfer Wireless Audio Transfer
ID hejfpdgcmoginlelejbbbaemjddjnmoc
URL Resmi https://chrome.google.com/webstore/detail/wireless-audio-transfer/hejfpdgcmoginlelejbbbaemjddjnmoc
Deskripsi This extension allows you to play tab audio on another device.
Ukuran File 57.21 KB
Jumlah Instalasi 660
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-05-18
Tanggal Publikasi 2016-05-18
Penilaian 2.33/5 Total 3 Penilaian
Pengembang Eddy Gao
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://wat.hpp3.com/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wireless Audio Transfer",
    "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 extension allows you to play tab audio on another device.",
    "version": "1.0"
}