Multi Watcher

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

Wat is Multi Watcher?

Multi Watcher is een Chrome-extensie ontwikkeld door やまねっこ, en de belangrijkste functie is "This application enables to watch multiple videos by controlling video volumes with spatial UI".

Download het CRX-bestand van de extensie Multi Watcher

Download Multi Watcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Multi Watcher Multi Watcher
ID pnkkbnogmhohlilallaniclhcekdahmm
Officiële URL https://chromewebstore.google.com/detail/multi-watcher/pnkkbnogmhohlilallaniclhcekdahmm
Beschrijving This application enables to watch multiple videos by controlling video volumes with spatial UI
Bestandsgrootte 94.86 KB
Aantal Installaties 104
Huidige Versie 1.0
Laatst Bijgewerkt 2021-09-19
Publicatiedatum 2021-07-28
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar やまねっこ
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}