toMono
Gets video element, makes audio context mono.
ما هو toMono؟
toMono هو إضافة Chrome تم تطويرها بواسطة Mihai Pop، والميزة الرئيسية لها هي "Gets video element, makes audio context mono.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة toMono
قم بتنزيل ملفات الامتداد toMono بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Updates 0.2.2 - Added different icons for when extension is toggled If you think this is useful, you can buy me a coffee here: https://www.buymeacoffee.com/nJ5VOUy When viewing a YouTube video you may have audio on just one channel(mono). This extension can fake stereo by doubling the mono channel. Basic flow When you first click the extension button, mono(fake stereo) is toggled. On second click, your maximum number of channels per device destination is restored to its initial value. Github: https://github.com/mihaimpop/toMono
معلومات أساسية عن التمديد
الاسم | toMono |
ID | iobkibolbjfdndjpmfbkkekeohkldgcj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tomono/iobkibolbjfdndjpmfbkkekeohkldgcj |
الوصف | Gets video element, makes audio context mono. |
حجم الملف | 24.21 KB |
عدد التثبيتات | 1,142 |
النسخة الحالية | 0.2.2 |
آخر تحديث | 2020-09-23 |
تاريخ النشر | 2019-11-05 |
تقييم | 4.65/5 مجموع تقييمات 20 |
المطور | Mihai Pop |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/mihaimpop/toMono |
عنوان صفحة المساعدة | https://github.com/mihaimpop/toMono |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "Icon-128-disabled.png" }, "description": "Gets video element, makes audio context mono.", "icons": { "128": "Icon-128-enabled.png", "48": "Icon-48-enabled.png", "32": "Icon-32-enabled.png", "12": "Icon-16-enabled.png" }, "name": "toMono", "permissions": [ "activeTab", "webNavigation" ], "version": "0.2.2", "manifest_version": 2 } |