DevilEar
Pan and volume controller for each tab
DevilEarคืออะไร?
DevilEar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://null.style และคุณลักษณะหลักของมันคือ "Pan and volume controller for each tab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DevilEar
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| 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"
]
} | |