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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |