Multi Watcher

This application enables to watch multiple videos by controlling video volumes with spatial UI

Apa itu Multi Watcher?

Multi Watcher adalah ekstensi Chrome yang dikembangkan oleh やまねっこ, dan fitur utamanya adalah "This application enables to watch multiple videos by controlling video volumes with spatial UI".

Unduh Berkas CRX Ekstensi Multi Watcher

Unduh file ekstensi Multi Watcher 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

                        chromeタブとして開いた動画(Chromeで開ける動画であればYoutube・zoomなど基本的に対応可能)を同時に表示できます!
さらに円形のアイコンをドラッグアンドドロップで動かすことで自由に音量を簡単に調整できるので,簡単に見たい動画を切り替えることができます!                    

Informasi Dasar Ekstensi

Nama Multi Watcher Multi Watcher
ID pnkkbnogmhohlilallaniclhcekdahmm
URL Resmi https://chromewebstore.google.com/detail/multi-watcher/pnkkbnogmhohlilallaniclhcekdahmm
Deskripsi This application enables to watch multiple videos by controlling video volumes with spatial UI
Ukuran File 94.86 KB
Jumlah Instalasi 104
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-09-19
Tanggal Publikasi 2021-07-28
Penilaian 5.00/5 Total 1 Penilaian
Pengembang やまねっこ
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.0",
    "manifest_version": 2,
    "default_locale": "ja",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "tabCapture",
        "tabs"
    ]
}