Multi Watcher
This application enables to watch multiple videos by controlling video volumes with spatial UI
Qu'est-ce que Multi Watcher ?
Multi Watcher est une extension Chrome développée par やまねっこ, et sa fonction principale est "This application enables to watch multiple videos by controlling video volumes with spatial UI".
Télécharger le fichier CRX de l'extension Multi Watcher
Téléchargez les fichiers d'extension Multi Watcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
chromeタブとして開いた動画(Chromeで開ける動画であればYoutube・zoomなど基本的に対応可能)を同時に表示できます! さらに円形のアイコンをドラッグアンドドロップで動かすことで自由に音量を簡単に調整できるので,簡単に見たい動画を切り替えることができます!
Informations de Base sur l'Extension
Nom | Multi Watcher |
ID | pnkkbnogmhohlilallaniclhcekdahmm |
URL Officiel | https://chromewebstore.google.com/detail/multi-watcher/pnkkbnogmhohlilallaniclhcekdahmm |
Description | This application enables to watch multiple videos by controlling video volumes with spatial UI |
Taille du Fichier | 94.86 KB |
Nombre d'Installations | 104 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-09-19 |
Date de Publication | 2021-07-28 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | やまねっこ |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |