DevilEar
Pan and volume controller for each tab
Co to jest DevilEar?
DevilEar to rozszerzenie Chrome opracowane przez https://null.style, a jego główną funkcją jest „Pan and volume controller for each tab”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DevilEar
Pobierz pliki rozszerzeń DevilEar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
◆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.
Podstawowe informacje o rozszerzeniu
Nazwa | DevilEar |
ID | dicdmfongdppgendkielkbnjfakgdpbm |
Oficjalny URL | https://chromewebstore.google.com/detail/devilear/dicdmfongdppgendkielkbnjfakgdpbm |
Opis | Pan and volume controller for each tab |
Rozmiar pliku | 16.43 KB |
Liczba instalacji | 13,495 |
Aktualna Wersja | 1.2.2 |
Ostatnia Aktualizacja | 2023-08-25 |
Data Publikacji | 2019-09-05 |
Ocena | 4.89/5 Łącznie 18 Oceny |
Deweloper | https://null.style |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://null.style |
Obsługiwane Języki | 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" ] } |