DevilEar
Pan and volume controller for each tab
DevilEarとは何ですか?
DevilEarはhttps://null.styleによって開発されたChromeの拡張機能で、その主な機能は「Pan and volume controller for each tab」です。
拡張機能のスクリーンショット
DevilEar拡張機能のCRXファイルをダウンロード
DevilEar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
◆features
You can control the sound of video or live stream with pan and volume slider for each tab.
◆Usage
Click the icon and control the sliders.
◆Notes
※You will not be able to view the video in full screen while using this. This is a specification of Chrome.
※The problem of CPU compatibility exists.
If you use it for YouTube, please try the another extension "Pan for Video".
https://chrome.google.com/webstore/detail/pan-for-video/gpfhajmppnhpfkokaidnlepfkhblpiol
◆If you find a problem
Please contact me on Twitter (@nulltypo).
I can't respond to reviews.
◆Disclaimer
I'm not responsible for any loss or damage caused by this extension. 拡張機能の基本情報
| 名前 | |
| ID | dicdmfongdppgendkielkbnjfakgdpbm |
| 公式URL | https://chromewebstore.google.com/detail/devilear/dicdmfongdppgendkielkbnjfakgdpbm |
| 説明 | Pan and volume controller for each tab |
| ファイルサイズ | 16.43 KB |
| インストール数 | 13,495 |
| 現在のバージョン | 1.2.2 |
| 最終更新日 | 2023-08-25 |
| 公開日 | 2019-09-05 |
| 評価 | 4.89/5 合計 18 レビュー |
| 開発者 | https://null.style |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://null.style |
| 対応言語 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DevilEar",
"version": "1.2.2",
"author": "@nulltypo",
"manifest_version": 2,
"description": "__MSG_ext_desc__",
"default_locale": "en",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_icon": "icons\/icon128.png",
"default_popup": "de-popup.html",
"default_title": "DevilEar"
},
"background": {
"persistent": true,
"scripts": [
"de-background.js"
]
},
"permissions": [
"tabCapture",
"activeTab"
]
} | |