Smart Audio Capture

Smart Audio Capture: Seamlessly Record Tab Audio & Mic - Stereo audio; MP3, WEBM, Wav Formats Supported! 🎶

Qu'est-ce que Smart Audio Capture ?

Smart Audio Capture est une extension Chrome développée par Alissandr Davis, et sa fonction principale est "Smart Audio Capture: Seamlessly Record Tab Audio & Mic - Stereo audio; MP3, WEBM, Wav Formats Supported! 🎶".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Smart Audio Capture

Téléchargez les fichiers d'extension Smart Audio Capture 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

                        🏆 Introducing Smart Audio Capture - Record Tab Audio & Mic with Ease! 🎶

🔥 Features:

🎧 Capture Tab Audio: With Smart Audio Capture, you can effortlessly record tab audio from your browser. Whether it's your favorite music, podcast, or an important conference call, you can capture all the audio playing on the current tab without any hassle.

🎙️ Record Mic: Need to add your voice to the mix? Smart Audio Capture lets you record audio from your microphone. Perfect for creating voiceovers, narrations, or adding personal touch to your recordings.

🎵 Formats Supported: Webm, MP3, WAV: Save your recordings in the format that suits you best. Whether it's the space-saving webm, the widely-compatible mp3, or the lossless quality of wav, Smart Audio Capture supports all these formats for your convenience.

🎶 Stereo Audio for an Immersive Experience: Immerse yourself in high-quality stereo audio! Smart Audio Capture ensures that you experience recordings with enhanced depth and richness, making your listening experience truly captivating.

Upgrade your audio recording game with Smart Audio Capture! 🚀 Enhance your browsing and recording capabilities, and take your audio recordings to the next level. Start recording tab audio and microphone audio seamlessly today! 💻🎙️🎵                    

Informations de Base sur l'Extension

Nom Smart Audio Capture Smart Audio Capture
ID lfohcapleakcfmajfdeomgobhecliepj
URL Officiel https://chromewebstore.google.com/detail/smart-audio-capture/lfohcapleakcfmajfdeomgobhecliepj
Description Smart Audio Capture: Seamlessly Record Tab Audio & Mic - Stereo audio; MP3, WEBM, Wav Formats Supported! 🎶
Taille du Fichier 360 KB
Nombre d'Installations 1,438,590
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-08-19
Date de Publication 2023-08-11
Évaluation 4.53/5 Total 36 Évaluations
Développeur Alissandr Davis
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/e/2PACX-1vSJaaFHEu6_nBUEUlIANyMZzBpYLVJnxvxTs9Xct3q-_UTiiin60rAjBSp519rDgDJVq_4DTE4MTFf0/pub
Langues Prises en Charge id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Smart audio capture",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "300": "icons\/icon300.png"
        },
        "default_title": "__MSG_extName__"
    },
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "minimum_chrome_version": "102",
    "name": "__MSG_extName__",
    "permissions": [
        "alarms",
        "contentSettings",
        "downloads",
        "scripting",
        "storage",
        "tabCapture"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.1"
}