DevilEar

Pan and volume controller for each tab

什么是DevilEar?

DevilEar是由https://null.style开发的Chrome扩展程序,该扩展的主要功能是“Pan and volume controller for each tab”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 DevilEar DevilEar
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
电子邮箱 [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"
    ]
}