Original Sound
This extension provides controls for audio input processing
Qu'est-ce que Original Sound ?
Original Sound est une extension Chrome développée par marcsabatella, et sa fonction principale est "This extension provides controls for audio input processing".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Original Sound
Téléchargez les fichiers d'extension Original Sound au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Original Sound |
ID | ffhniinhbjmjakiabdojmfehdhnbcmdh |
URL Officiel | https://chromewebstore.google.com/detail/original-sound/ffhniinhbjmjakiabdojmfehdhnbcmdh |
Description | This extension provides controls for audio input processing |
Taille du Fichier | 12.2 KB |
Nombre d'Installations | 891 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2022-02-25 |
Date de Publication | 2022-02-21 |
Évaluation | 4.33/5 Total 3 Évaluations |
Développeur | marcsabatella |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/marcsabatella/OriginalSound |
URL de la Page d'Aide | https://github.com/MarcSabatella/OriginalSound/issues |
Langues Prises en Charge | 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" } } |