Multi Watcher

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

What is Multi Watcher?

Multi Watcher is a Chrome extension developed by やまねっこ, and its main feature is "This application enables to watch multiple videos by controlling video volumes with spatial UI".

Download Multi Watcher Extension CRX File

Download Multi Watcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Multi Watcher Multi Watcher
ID pnkkbnogmhohlilallaniclhcekdahmm
Official URL https://chromewebstore.google.com/detail/multi-watcher/pnkkbnogmhohlilallaniclhcekdahmm
Description This application enables to watch multiple videos by controlling video volumes with spatial UI
File Size 94.86 KB
Installation Count 104
Current Version 1.0
Last Updated 2021-09-19
Publish Date 2021-07-28
Rating 5.00/5 Total 1 Ratings
Developer やまねっこ
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}