Multi Watcher

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

Was ist Multi Watcher?

Multi Watcher ist eine Chrome-Erweiterung, die von やまねっこ entwickelt wurde, und ihr Hauptmerkmal ist "This application enables to watch multiple videos by controlling video volumes with spatial UI".

Multi Watcher-Erweiterungs-CRX-Datei herunterladen

Laden Sie Multi Watcher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Multi Watcher Multi Watcher
ID pnkkbnogmhohlilallaniclhcekdahmm
Offizielle URL https://chromewebstore.google.com/detail/multi-watcher/pnkkbnogmhohlilallaniclhcekdahmm
Beschreibung This application enables to watch multiple videos by controlling video volumes with spatial UI
Dateigröße 94.86 KB
Installationsanzahl 104
Aktuelle Version 1.0
Letztes Update 2021-09-19
Veröffentlichungsdatum 2021-07-28
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler やまねっこ
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}