Original Sound
This extension provides controls for audio input processing
Original Sound क्या है?
Original Sound marcsabatella द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension provides controls for audio input processing"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Original Sound एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Applications that access your microphone normally apply processing to cancel echo and optimize for voice. But that same processing can be extremely detrimental to music. Some apps allow you to disable this processing. For web apps that do not - like the Zoom progressive web app (PWA), or Google Meet - this extension is your solution. To use the extension, install it, then run it from any web app you like. A dialog will be displayed that allows you to turn off echo cancellation and other voice optimizations. After making the settings you want in the dialog, you will need to either change input devices or disconnect and reconnect to the audio in orderr for your changes to take effect.
एक्सटेंशन की मूल जानकारी
नाम | Original Sound |
ID | ffhniinhbjmjakiabdojmfehdhnbcmdh |
आधिकारिक URL | https://chromewebstore.google.com/detail/original-sound/ffhniinhbjmjakiabdojmfehdhnbcmdh |
विवरण | This extension provides controls for audio input processing |
फ़ाइल का आकार | 12.2 KB |
स्थापना संख्या | 891 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2022-02-25 |
प्रकाशन तिथि | 2022-02-21 |
रेटिंग | 4.33/5 कुल 3 रेटिंग्स |
डेवलपर | marcsabatella |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/marcsabatella/OriginalSound |
सहायता पृष्ठ URL | https://github.com/MarcSabatella/OriginalSound/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Original Sound", "version": "1.0.1", "description": "This extension provides controls for audio input processing", "author": "Marc Sabatella", "homepage_url": "https:\/\/github.com\/MarcSabatella\/OriginalSound", "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon-48.png", "default_title": "Original Sound - press to display settings" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |