DevilEar

Pan and volume controller for each tab

DevilEar क्या है?

DevilEar https://null.style द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pan and volume controller for each tab"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DevilEar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ◆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"
    ]
}