DevilEar
Pan and volume controller for each tab
Cos'è DevilEar?
DevilEar è un'estensione di Chrome sviluppata da https://null.style, e la sua funzione principale è "Pan and volume controller for each tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DevilEar
Scarica i file di estensione DevilEar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
◆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. Informazioni di Base sull'Estensione
| Nome | |
| ID | dicdmfongdppgendkielkbnjfakgdpbm |
| URL Ufficiale | https://chromewebstore.google.com/detail/devilear/dicdmfongdppgendkielkbnjfakgdpbm |
| Descrizione | Pan and volume controller for each tab |
| Dimensione del File | 16.43 KB |
| Conteggio Installazioni | 13,495 |
| Versione Corrente | 1.2.2 |
| Ultimo Aggiornamento | 2023-08-25 |
| Data di Pubblicazione | 2019-09-05 |
| Valutazione | 4.89/5 Totale 18 Valutazioni |
| Sviluppatore | https://null.style |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://null.style |
| Lingue Supportate | 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"
]
} | |