Smart Audio Capture

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

Wat is Smart Audio Capture?

Smart Audio Capture is een Chrome-extensie ontwikkeld door Alissandr Davis, en de belangrijkste functie is "Smart Audio Capture: Seamlessly Record Tab Audio & Mic - Stereo audio; MP3, WEBM, Wav Formats Supported! 🎶".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Smart Audio Capture

Download Smart Audio Capture-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        🏆 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! 💻🎙️🎵                    

Basisinformatie over de Extensie

Naam Smart Audio Capture Smart Audio Capture
ID lfohcapleakcfmajfdeomgobhecliepj
Officiële URL https://chromewebstore.google.com/detail/smart-audio-capture/lfohcapleakcfmajfdeomgobhecliepj
Beschrijving Smart Audio Capture: Seamlessly Record Tab Audio & Mic - Stereo audio; MP3, WEBM, Wav Formats Supported! 🎶
Bestandsgrootte 360 KB
Aantal Installaties 1,438,590
Huidige Versie 1.0.1
Laatst Bijgewerkt 2023-08-19
Publicatiedatum 2023-08-11
Beoordeling 4.53/5 Totaal 36 Beoordelingen
Ontwikkelaar Alissandr Davis
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://docs.google.com/document/d/e/2PACX-1vSJaaFHEu6_nBUEUlIANyMZzBpYLVJnxvxTs9Xct3q-_UTiiin60rAjBSp519rDgDJVq_4DTE4MTFf0/pub
Ondersteunde Talen 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"
}